Class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1ListCustomerRepricingConfigsResponse

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.ListCustomerRepricingConfigs.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudChannelV1ListCustomerRepricingConfigsResponse

Returns a new instance of GoogleCloudChannelV1ListCustomerRepricingConfigsResponse.



1315
1316
1317
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 1315

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

Instance Attribute Details

#customer_repricing_configsArray<Google::Apis::CloudchannelV1::GoogleCloudChannelV1CustomerRepricingConfig>

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



1307
1308
1309
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 1307

def customer_repricing_configs
  @customer_repricing_configs
end

#next_page_tokenString

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

Returns:

  • (String)


1313
1314
1315
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 1313

def next_page_token
  @next_page_token
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1320
1321
1322
1323
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 1320

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