Class: Google::Cloud::Billing::V1::GetProjectBillingInfoRequest

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

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The resource name of the project for which billing information is retrieved. For example, projects/tokyo-rain-123.

Returns:

  • (::String)

    Required. The resource name of the project for which billing information is retrieved. For example, projects/tokyo-rain-123.



225
226
227
228
# File 'proto_docs/google/cloud/billing/v1/cloud_billing.rb', line 225

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