Class: Google::Cloud::Billing::V1::ListSkusResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/billing/v1/cloud_catalog.rb

Overview

Response message for ListSkus.

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_token::String

Returns A token to retrieve the next page of results. To retrieve the next page, call ListSkus again with the page_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 the page_token field set to this value. This field is empty if there are no more results to retrieve.



345
346
347
348
# File 'proto_docs/google/cloud/billing/v1/cloud_catalog.rb', line 345

class ListSkusResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#skus::Array<::Google::Cloud::Billing::V1::Sku>

Returns The list of public SKUs of the given service.

Returns:



345
346
347
348
# File 'proto_docs/google/cloud/billing/v1/cloud_catalog.rb', line 345

class ListSkusResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end