Class RevisionsResource.CheckRequest
Checks whether the games client is out of date.
Inheritance
RevisionsResource.CheckRequest
Inherited Members
Namespace: Google.Apis.Games.v1
Assembly: Google.Apis.Games.v1.dll
Syntax
public class RevisionsResource.CheckRequest : GamesBaseServiceRequest<RevisionCheckResponse>, IClientServiceRequest<RevisionCheckResponse>, IClientServiceRequest
Constructors
CheckRequest(IClientService, string)
Constructs a new Check request.
Declaration
public CheckRequest(IClientService service, string clientRevision)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | clientRevision |
Properties
ClientRevision
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.
Declaration
[RequestParameter("clientRevision", RequestParameterType.Query)]
public virtual string ClientRevision { get; }
Property Value
Type | Description |
---|---|
string |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
InitParameters()
Initializes Check parameter list.
Declaration
protected override void InitParameters()