Show / Hide Table of Contents

Class AccountsResource.CustomAppsResource.CreateRequest

Creates a new custom app.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<CustomApp>
PlaycustomappBaseServiceRequest<CustomApp>
AccountsResource.CustomAppsResource.CreateRequest
Implements
IClientServiceRequest<CustomApp>
IClientServiceRequest
Inherited Members
PlaycustomappBaseServiceRequest<CustomApp>.Xgafv
PlaycustomappBaseServiceRequest<CustomApp>.AccessToken
PlaycustomappBaseServiceRequest<CustomApp>.Alt
PlaycustomappBaseServiceRequest<CustomApp>.Callback
PlaycustomappBaseServiceRequest<CustomApp>.Fields
PlaycustomappBaseServiceRequest<CustomApp>.Key
PlaycustomappBaseServiceRequest<CustomApp>.OauthToken
PlaycustomappBaseServiceRequest<CustomApp>.PrettyPrint
PlaycustomappBaseServiceRequest<CustomApp>.QuotaUser
PlaycustomappBaseServiceRequest<CustomApp>.UploadType
PlaycustomappBaseServiceRequest<CustomApp>.UploadProtocol
ClientServiceRequest<CustomApp>.Execute()
ClientServiceRequest<CustomApp>.ExecuteAsStream()
ClientServiceRequest<CustomApp>.ExecuteAsync()
ClientServiceRequest<CustomApp>.ExecuteAsync(CancellationToken)
ClientServiceRequest<CustomApp>.ExecuteAsStreamAsync()
ClientServiceRequest<CustomApp>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<CustomApp>.CreateRequest(bool?)
ClientServiceRequest<CustomApp>.GenerateRequestUri()
ClientServiceRequest<CustomApp>.GetDefaultETagAction(string)
ClientServiceRequest<CustomApp>.ETagAction
ClientServiceRequest<CustomApp>.ModifyRequest
ClientServiceRequest<CustomApp>.ValidateParameters
ClientServiceRequest<CustomApp>.ApiVersion
ClientServiceRequest<CustomApp>.RequestParameters
ClientServiceRequest<CustomApp>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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()
Overrides
PlaycustomappBaseServiceRequest<CustomApp>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX