Class: Google::Cloud::Billing::V1::ListSkusResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Billing::V1::ListSkusResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/billing/v1/cloud_catalog.rb
Overview
Response message for ListSkus
.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
A token to retrieve the next page of results.
-
#skus ⇒ ::Array<::Google::Cloud::Billing::V1::Sku>
The list of public SKUs of the given service.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns A token to retrieve the next page of results. To retrieve the next page,
call ListSkus
again with the page_token
field set to this
value. This field is empty if there are no more results to retrieve.
345 346 347 348 |
# File 'proto_docs/google/cloud/billing/v1/cloud_catalog.rb', line 345 class ListSkusResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#skus ⇒ ::Array<::Google::Cloud::Billing::V1::Sku>
Returns The list of public SKUs of the given service.
345 346 347 348 |
# File 'proto_docs/google/cloud/billing/v1/cloud_catalog.rb', line 345 class ListSkusResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |