Reference documentation and code samples for the Billing V1 API class Google::Cloud::Billing::V1::ListSkusResponse.
Response message for ListSkus
.
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. To retrieve the next page,
call
ListSkus
again with thepage_token
field set to this value. This field is empty if there are no more results to retrieve.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
-
value (::String) — A token to retrieve the next page of results. To retrieve the next page,
call
ListSkus
again with thepage_token
field set to this value. This field is empty if there are no more results to retrieve.
Returns
-
(::String) — A token to retrieve the next page of results. To retrieve the next page,
call
ListSkus
again with thepage_token
field set to this value. This field is empty if there are no more results to retrieve.
#skus
def skus() -> ::Array<::Google::Cloud::Billing::V1::Sku>
Returns
- (::Array<::Google::Cloud::Billing::V1::Sku>) — The list of public SKUs of the given service.
#skus=
def skus=(value) -> ::Array<::Google::Cloud::Billing::V1::Sku>
Parameter
- value (::Array<::Google::Cloud::Billing::V1::Sku>) — The list of public SKUs of the given service.
Returns
- (::Array<::Google::Cloud::Billing::V1::Sku>) — The list of public SKUs of the given service.