Class: Google::Cloud::Billing::V1::MoveBillingAccountRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/billing/v1/cloud_billing.rb

Overview

Request message for MoveBillingAccount RPC.

Instance Attribute Summary collapse

Instance Attribute Details

#destination_parent::String

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

Returns:

  • (::String)

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



258
259
260
261
# File 'proto_docs/google/cloud/billing/v1/cloud_billing.rb', line 258

class MoveBillingAccountRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#name::String

Returns 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.

Returns:

  • (::String)

    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.



258
259
260
261
# File 'proto_docs/google/cloud/billing/v1/cloud_billing.rb', line 258

class MoveBillingAccountRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end