Class BillingAccountsResource.MoveRequest
Changes which parent organization a billing account belongs to.
Inheritance
BillingAccountsResource.MoveRequest
Inherited Members
Namespace: Google.Apis.Cloudbilling.v1
Assembly: Google.Apis.Cloudbilling.v1.dll
Syntax
public class BillingAccountsResource.MoveRequest : CloudbillingBaseServiceRequest<BillingAccount>, IClientServiceRequest<BillingAccount>, IClientServiceRequest
Constructors
MoveRequest(IClientService, MoveBillingAccountRequest, string)
Constructs a new Move request.
Declaration
public MoveRequest(IClientService service, MoveBillingAccountRequest body, string name)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
MoveBillingAccountRequest | body | |
string | name |
Properties
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
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
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes Move parameter list.
Declaration
protected override void InitParameters()