Cloud Channel V1 API - Class Google::Cloud::Channel::V1::ListSkuGroupBillableSkusResponse (v0.24.0)

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

#billable_skus=

def billable_skus=(value) -> ::Array<::Google::Cloud::Channel::V1::BillableSku>
Parameter
Returns

#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.