Class ApplicationsResource.GetRequest
Retrieves the metadata of the application with the given ID. If the requested application is not available
for the specified platformType
, the returned response will not include any instance data.
Inheritance
ApplicationsResource.GetRequest
Inherited Members
Namespace: Google.Apis.Games.v1
Assembly: Google.Apis.Games.v1.dll
Syntax
public class ApplicationsResource.GetRequest : GamesBaseServiceRequest<Application>, IClientServiceRequest<Application>, IClientServiceRequest
Constructors
GetRequest(IClientService, string)
Constructs a new Get request.
Declaration
public GetRequest(IClientService service, string applicationId)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | applicationId |
Properties
ApplicationId
The application ID from the Google Play developer console.
Declaration
[RequestParameter("applicationId", RequestParameterType.Path)]
public virtual string ApplicationId { get; }
Property Value
Type | Description |
---|---|
string |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Language
The preferred language to use for strings returned by this method.
Declaration
[RequestParameter("language", RequestParameterType.Query)]
public virtual string Language { get; set; }
Property Value
Type | Description |
---|---|
string |
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
PlatformType
Restrict application details returned to the specific platform.
Declaration
[RequestParameter("platformType", RequestParameterType.Query)]
public virtual ApplicationsResource.GetRequest.PlatformTypeEnum? PlatformType { get; set; }
Property Value
Type | Description |
---|---|
ApplicationsResource.GetRequest.PlatformTypeEnum? |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
InitParameters()
Initializes Get parameter list.
Declaration
protected override void InitParameters()