Class AchievementConfigurationsResource.UpdateRequest
Update the metadata of the achievement configuration with the given ID.
Inheritance
AchievementConfigurationsResource.UpdateRequest
Inherited Members
Namespace: Google.Apis.GamesConfiguration.v1configuration
Assembly: Google.Apis.GamesConfiguration.v1configuration.dll
Syntax
public class AchievementConfigurationsResource.UpdateRequest : GamesConfigurationBaseServiceRequest<AchievementConfiguration>, IClientServiceRequest<AchievementConfiguration>, IClientServiceRequest
Constructors
UpdateRequest(IClientService, AchievementConfiguration, string)
Constructs a new Update request.
Declaration
public UpdateRequest(IClientService service, AchievementConfiguration body, string achievementId)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
AchievementConfiguration | body | |
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
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.GamesConfiguration.v1configuration.Data.AchievementConfiguration>.GetBody()
InitParameters()
Initializes Update parameter list.
Declaration
protected override void InitParameters()