Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

RevisionsCheckOptions

import type { RevisionsCheckOptions } from "https://googleapis.deno.dev/v1/games:v1.ts";

Additional options for Games#revisionsCheck.

interface RevisionsCheckOptions {
clientRevision: string;
}

§Properties

§
clientRevision: string
[src]

Required. The revision of the client SDK used by your application. Format: [PLATFORM_TYPE]:[VERSION_NUMBER]. Possible values of PLATFORM_TYPE are:

  • ANDROID - Client is running the Android SDK. * IOS - Client is running the iOS SDK. * WEB_APP - Client is running as a Web App.