Class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1ListChannelPartnerRepricingConfigsResponse

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 CloudChannelService.ListChannelPartnerRepricingConfigs.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudChannelV1ListChannelPartnerRepricingConfigsResponse

Returns a new instance of GoogleCloudChannelV1ListChannelPartnerRepricingConfigsResponse.



1246
1247
1248
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 1246

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

Instance Attribute Details

#channel_partner_repricing_configsArray<Google::Apis::CloudchannelV1::GoogleCloudChannelV1ChannelPartnerRepricingConfig>

The repricing configs for this channel partner. Corresponds to the JSON property channelPartnerRepricingConfigs



1238
1239
1240
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 1238

def channel_partner_repricing_configs
  @channel_partner_repricing_configs
end

#next_page_tokenString

A token to retrieve the next page of results. Pass to ListChannelPartnerRepricingConfigsRequest.page_token to obtain that page. Corresponds to the JSON property nextPageToken

Returns:

  • (String)


1244
1245
1246
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 1244

def next_page_token
  @next_page_token
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1251
1252
1253
1254
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 1251

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