Show / Hide Table of Contents

Class RevisionCheckResponse

A third party checking a revision response.

Inheritance
object
RevisionCheckResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Games.v1.Data
Assembly: Google.Apis.Games.v1.dll
Syntax
public class RevisionCheckResponse : IDirectResponseSchema

Properties

ApiVersion

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

Declaration
[JsonProperty("apiVersion")]
public virtual string ApiVersion { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Kind

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

Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type Description
string

RevisionStatus

The result of the revision check.

Declaration
[JsonProperty("revisionStatus")]
public virtual string RevisionStatus { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX