Class AccountsResource.CustomAppsResource.CreateRequest
Creates a new custom app.
Inheritance
AccountsResource.CustomAppsResource.CreateRequest
Inherited Members
Namespace: Google.Apis.Playcustomapp.v1
Assembly: Google.Apis.Playcustomapp.v1.dll
Syntax
public class AccountsResource.CustomAppsResource.CreateRequest : PlaycustomappBaseServiceRequest<CustomApp>, IClientServiceRequest<CustomApp>, IClientServiceRequest
Constructors
CreateRequest(IClientService, CustomApp, long)
Constructs a new Create request.
Declaration
public CreateRequest(IClientService service, CustomApp body, long account)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
CustomApp | body | |
long | account |
Properties
Account
Developer account ID.
Declaration
[RequestParameter("account", RequestParameterType.Path)]
public virtual long Account { get; }
Property Value
Type | Description |
---|---|
long |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Playcustomapp.v1.Data.CustomApp>.HttpMethod
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Playcustomapp.v1.Data.CustomApp>.MethodName
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Playcustomapp.v1.Data.CustomApp>.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.Playcustomapp.v1.Data.CustomApp>.GetBody()
InitParameters()
Initializes Create parameter list.
Declaration
protected override void InitParameters()