Class: Google::Cloud::Channel::V1::ListPurchasableSkusResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Channel::V1::ListPurchasableSkusResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/channel/v1/service.rb
Overview
Response message for ListPurchasableSkus.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
A token to retrieve the next page of results.
-
#purchasable_skus ⇒ ::Array<::Google::Cloud::Channel::V1::PurchasableSku>
The list of SKUs requested.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns A token to retrieve the next page of results.
1369 1370 1371 1372 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 1369 class ListPurchasableSkusResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#purchasable_skus ⇒ ::Array<::Google::Cloud::Channel::V1::PurchasableSku>
Returns The list of SKUs requested.
1369 1370 1371 1372 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 1369 class ListPurchasableSkusResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |