Show / Hide Table of Contents

Class OrganizationsResource.BillingAccountsResource.MoveRequest

Changes which parent organization a billing account belongs to.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<BillingAccount>
CloudbillingBaseServiceRequest<BillingAccount>
OrganizationsResource.BillingAccountsResource.MoveRequest
Implements
IClientServiceRequest<BillingAccount>
IClientServiceRequest
Inherited Members
CloudbillingBaseServiceRequest<BillingAccount>.Xgafv
CloudbillingBaseServiceRequest<BillingAccount>.AccessToken
CloudbillingBaseServiceRequest<BillingAccount>.Alt
CloudbillingBaseServiceRequest<BillingAccount>.Callback
CloudbillingBaseServiceRequest<BillingAccount>.Fields
CloudbillingBaseServiceRequest<BillingAccount>.Key
CloudbillingBaseServiceRequest<BillingAccount>.OauthToken
CloudbillingBaseServiceRequest<BillingAccount>.PrettyPrint
CloudbillingBaseServiceRequest<BillingAccount>.QuotaUser
CloudbillingBaseServiceRequest<BillingAccount>.UploadType
CloudbillingBaseServiceRequest<BillingAccount>.UploadProtocol
ClientServiceRequest<BillingAccount>.Execute()
ClientServiceRequest<BillingAccount>.ExecuteAsStream()
ClientServiceRequest<BillingAccount>.ExecuteAsync()
ClientServiceRequest<BillingAccount>.ExecuteAsync(CancellationToken)
ClientServiceRequest<BillingAccount>.ExecuteAsStreamAsync()
ClientServiceRequest<BillingAccount>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<BillingAccount>.CreateRequest(bool?)
ClientServiceRequest<BillingAccount>.GenerateRequestUri()
ClientServiceRequest<BillingAccount>.GetBody()
ClientServiceRequest<BillingAccount>.GetDefaultETagAction(string)
ClientServiceRequest<BillingAccount>.ETagAction
ClientServiceRequest<BillingAccount>.ModifyRequest
ClientServiceRequest<BillingAccount>.ValidateParameters
ClientServiceRequest<BillingAccount>.ApiVersion
ClientServiceRequest<BillingAccount>.RequestParameters
ClientServiceRequest<BillingAccount>.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.Cloudbilling.v1
Assembly: Google.Apis.Cloudbilling.v1.dll
Syntax
public class OrganizationsResource.BillingAccountsResource.MoveRequest : CloudbillingBaseServiceRequest<BillingAccount>, IClientServiceRequest<BillingAccount>, IClientServiceRequest

Constructors

MoveRequest(IClientService, string, string)

Constructs a new Move request.

Declaration
public MoveRequest(IClientService service, string destinationParent, string name)
Parameters
Type Name Description
IClientService service
string destinationParent
string name

Properties

DestinationParent

Required. The resource name of the Organization to move the billing account under. Must be of the form organizations/{organization_id}.

Declaration
[RequestParameter("destinationParent", RequestParameterType.Path)]
public virtual string DestinationParent { get; }
Property Value
Type Description
string

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<BillingAccount>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<BillingAccount>.MethodName

Name

Required. The resource name of the billing account to move. Must be of the form billingAccounts/{billing_account_id}. The specified billing account cannot be a subaccount, since a subaccount always belongs to the same organization as its parent account.

Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
Type Description
string

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<BillingAccount>.RestPath

Methods

InitParameters()

Initializes Move parameter list.

Declaration
protected override void InitParameters()
Overrides
CloudbillingBaseServiceRequest<BillingAccount>.InitParameters()

Implements

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