Class AchievementConfigurationsResource.InsertRequest
Insert a new achievement configuration in this application.
Inheritance
AchievementConfigurationsResource.InsertRequest
Inherited Members
Namespace: Google.Apis.GamesConfiguration.v1configuration
Assembly: Google.Apis.GamesConfiguration.v1configuration.dll
Syntax
public class AchievementConfigurationsResource.InsertRequest : GamesConfigurationBaseServiceRequest<AchievementConfiguration>, IClientServiceRequest<AchievementConfiguration>, IClientServiceRequest
Constructors
InsertRequest(IClientService, AchievementConfiguration, string)
Constructs a new Insert request.
Declaration
public InsertRequest(IClientService service, AchievementConfiguration body, string applicationId)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
AchievementConfiguration | body | |
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
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 Insert parameter list.
Declaration
protected override void InitParameters()