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 |
---|---|---|
IClient |
service | |
Achievement |
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
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
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes Insert parameter list.
Declaration
protected override void InitParameters()