Class RevisionCheckResponse
A third party checking a revision response.
Implements
Inherited Members
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 |