Class: Google::Cloud::Billing::Budgets::V1::CreateBudgetRequest

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

Overview

Request for CreateBudget

Instance Attribute Summary collapse

Instance Attribute Details

#budget::Google::Cloud::Billing::Budgets::V1::Budget

Returns Required. Budget to create.

Returns:



33
34
35
36
# File 'proto_docs/google/cloud/billing/budgets/v1/budget_service.rb', line 33

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

#parent::String

Returns Required. The name of the billing account to create the budget in. Values are of the form billingAccounts/{billingAccountId}.

Returns:

  • (::String)

    Required. The name of the billing account to create the budget in. Values are of the form billingAccounts/{billingAccountId}.



33
34
35
36
# File 'proto_docs/google/cloud/billing/budgets/v1/budget_service.rb', line 33

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