Class: Google::Cloud::Billing::V1::GetProjectBillingInfoRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Billing::V1::GetProjectBillingInfoRequest
- 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
-
#name ⇒ ::String
Required.
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
.
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 |