Class: Google::Cloud::Channel::V1::ListTransferableSkusResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Channel::V1::ListTransferableSkusResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/channel/v1/service.rb
Overview
Response message for CloudChannelService.ListTransferableSkus.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
A token to retrieve the next page of results.
-
#transferable_skus ⇒ ::Array<::Google::Cloud::Channel::V1::TransferableSku>
Information about existing SKUs for a customer that needs a transfer.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns A token to retrieve the next page of results. Pass to ListTransferableSkusRequest.page_token to obtain that page.
340 341 342 343 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 340 class ListTransferableSkusResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#transferable_skus ⇒ ::Array<::Google::Cloud::Channel::V1::TransferableSku>
Returns Information about existing SKUs for a customer that needs a transfer.
340 341 342 343 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 340 class ListTransferableSkusResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |