Class: Google::Cloud::Billing::Budgets::V1::GetBudgetRequest

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 GetBudget

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. Name of budget to get. Values are of the form billingAccounts/{billingAccountId}/budgets/{budgetId}.

Returns:

  • (::String)

    Required. Name of budget to get. Values are of the form billingAccounts/{billingAccountId}/budgets/{budgetId}.



61
62
63
64
# File 'proto_docs/google/cloud/billing/budgets/v1/budget_service.rb', line 61

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