Class RevisionsResource
The "revisions" collection of methods.
Inherited Members
Namespace: Google.Apis.Games.v1
Assembly: Google.Apis.Games.v1.dll
Syntax
public class RevisionsResource
Constructors
RevisionsResource(IClientService)
Constructs a new resource.
Declaration
public RevisionsResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Methods
Check(string)
Checks whether the games client is out of date.
Declaration
public virtual RevisionsResource.CheckRequest Check(string clientRevision)
Parameters
| Type | Name | Description |
|---|---|---|
| string | clientRevision | Required. The revision of the client SDK used by your application. Format:
|
Returns
| Type | Description |
|---|---|
| RevisionsResource.CheckRequest |