Class: Google::Cloud::Billing::V1::ListProjectBillingInfoResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Billing::V1::ListProjectBillingInfoResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/billing/v1/cloud_billing.rb
Overview
Request message for ListProjectBillingInfoResponse
.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
A token to retrieve the next page of results.
-
#project_billing_info ⇒ ::Array<::Google::Cloud::Billing::V1::ProjectBillingInfo>
A list of
ProjectBillingInfo
resources representing the projects associated with the billing account.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns A token to retrieve the next page of results. To retrieve the next page,
call ListProjectBillingInfo
again with the page_token
field set to this
value. This field is empty if there are no more results to retrieve.
215 216 217 218 |
# File 'proto_docs/google/cloud/billing/v1/cloud_billing.rb', line 215 class ListProjectBillingInfoResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project_billing_info ⇒ ::Array<::Google::Cloud::Billing::V1::ProjectBillingInfo>
Returns A list of ProjectBillingInfo
resources representing the projects
associated with the billing account.
215 216 217 218 |
# File 'proto_docs/google/cloud/billing/v1/cloud_billing.rb', line 215 class ListProjectBillingInfoResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |