Class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1ListSkusResponse

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/cloudchannel_v1/classes.rb,
lib/google/apis/cloudchannel_v1/representations.rb,
lib/google/apis/cloudchannel_v1/representations.rb

Overview

Response message for ListSkus.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudChannelV1ListSkusResponse

Returns a new instance of GoogleCloudChannelV1ListSkusResponse.



1090
1091
1092
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 1090

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#next_page_tokenString

A token to retrieve the next page of results. Corresponds to the JSON property nextPageToken

Returns:

  • (String)


1083
1084
1085
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 1083

def next_page_token
  @next_page_token
end

#skusArray<Google::Apis::CloudchannelV1::GoogleCloudChannelV1Sku>

The list of SKUs requested. Corresponds to the JSON property skus



1088
1089
1090
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 1088

def skus
  @skus
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1095
1096
1097
1098
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 1095

def update!(**args)
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
  @skus = args[:skus] if args.key?(:skus)
end