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

RevisionCheckResponse

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

A third party checking a revision response.

interface RevisionCheckResponse {
apiVersion?: string;
kind?: string;
revisionStatus?: "OK" | "DEPRECATED" | "INVALID";
}

§Properties

§
apiVersion?: string
[src]

The version of the API this client revision should use when calling API methods.

§
kind?: string
[src]

Uniquely identifies the type of this resource. Value is always the fixed string games#revisionCheckResponse.

§
revisionStatus?: "OK" | "DEPRECATED" | "INVALID"
[src]

The result of the revision check.