Reference documentation and code samples for the Cloud Channel V1 API class Google::Cloud::Channel::V1::ListSkuGroupBillableSkusResponse.
Response message for ListSkuGroupBillableSkus.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#billable_skus
def billable_skus() -> ::Array<::Google::Cloud::Channel::V1::BillableSku>
Returns
- (::Array<::Google::Cloud::Channel::V1::BillableSku>) — The list of billable SKUs in the requested SKU group.
#billable_skus=
def billable_skus=(value) -> ::Array<::Google::Cloud::Channel::V1::BillableSku>
Parameter
- value (::Array<::Google::Cloud::Channel::V1::BillableSku>) — The list of billable SKUs in the requested SKU group.
Returns
- (::Array<::Google::Cloud::Channel::V1::BillableSku>) — The list of billable SKUs in the requested SKU group.
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — A token to retrieve the next page of results. Pass to [ListSkuGroupBillableSkus.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 [ListSkuGroupBillableSkus.page_token][] to obtain that page.
Returns
- (::String) — A token to retrieve the next page of results. Pass to [ListSkuGroupBillableSkus.page_token][] to obtain that page.