Class AchievementConfigurationsResource.GetRequest
Retrieves the metadata of the achievement configuration with the given ID.
Inheritance
AchievementConfigurationsResource.GetRequest
Inherited Members
Namespace: Google.Apis.GamesConfiguration.v1configuration
Assembly: Google.Apis.GamesConfiguration.v1configuration.dll
Syntax
public class AchievementConfigurationsResource.GetRequest : GamesConfigurationBaseServiceRequest<AchievementConfiguration>, IClientServiceRequest<AchievementConfiguration>, IClientServiceRequest
Constructors
GetRequest(IClientService, string)
Constructs a new Get request.
Declaration
public GetRequest(IClientService service, string achievementId)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | achievementId |
Properties
AchievementId
The ID of the achievement used by this method.
Declaration
[RequestParameter("achievementId", RequestParameterType.Path)]
public virtual string AchievementId { get; }
Property Value
Type | Description |
---|---|
string |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.GamesConfiguration.v1configuration.Data.AchievementConfiguration>.HttpMethod
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.GamesConfiguration.v1configuration.Data.AchievementConfiguration>.MethodName
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.GamesConfiguration.v1configuration.Data.AchievementConfiguration>.RestPath
Methods
InitParameters()
Initializes Get parameter list.
Declaration
protected override void InitParameters()