Class: Google::Cloud::Channel::V1::ListSkuGroupsResponse

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

Overview

Response message for ListSkuGroups.

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_token::String

Returns A token to retrieve the next page of results. Pass to ListSkuGroupsRequest.page_token to obtain that page.

Returns:



804
805
806
807
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 804

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

#sku_groups::Array<::Google::Cloud::Channel::V1::SkuGroup>

Returns The list of SKU groups requested.

Returns:



804
805
806
807
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 804

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