Reference documentation and code samples for the Cloud Channel V1 API class Google::Cloud::Channel::V1::ListTransferableSkusResponse.
Response message for CloudChannelService.ListTransferableSkus.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — A token to retrieve the next page of results. Pass to ListTransferableSkusRequest.page_token to obtain that page.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — A token to retrieve the next page of results. Pass to ListTransferableSkusRequest.page_token to obtain that page.
Returns
- (::String) — A token to retrieve the next page of results. Pass to ListTransferableSkusRequest.page_token to obtain that page.
#transferable_skus
def transferable_skus() -> ::Array<::Google::Cloud::Channel::V1::TransferableSku>
Returns
- (::Array<::Google::Cloud::Channel::V1::TransferableSku>) — Information about existing SKUs for a customer that needs a transfer.
#transferable_skus=
def transferable_skus=(value) -> ::Array<::Google::Cloud::Channel::V1::TransferableSku>
Parameter
- value (::Array<::Google::Cloud::Channel::V1::TransferableSku>) — Information about existing SKUs for a customer that needs a transfer.
Returns
- (::Array<::Google::Cloud::Channel::V1::TransferableSku>) — Information about existing SKUs for a customer that needs a transfer.