Class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1ListChannelPartnerRepricingConfigsResponse
- Inherits:
-
Object
- Object
- Google::Apis::CloudchannelV1::GoogleCloudChannelV1ListChannelPartnerRepricingConfigsResponse
- 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
-
#channel_partner_repricing_configs ⇒ Array<Google::Apis::CloudchannelV1::GoogleCloudChannelV1ChannelPartnerRepricingConfig>
The repricing configs for this channel partner.
-
#next_page_token ⇒ String
A token to retrieve the next page of results.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudChannelV1ListChannelPartnerRepricingConfigsResponse
constructor
A new instance of GoogleCloudChannelV1ListChannelPartnerRepricingConfigsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudChannelV1ListChannelPartnerRepricingConfigsResponse
Returns a new instance of GoogleCloudChannelV1ListChannelPartnerRepricingConfigsResponse.
1282 1283 1284 |
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 1282 def initialize(**args) update!(**args) end |
Instance Attribute Details
#channel_partner_repricing_configs ⇒ Array<Google::Apis::CloudchannelV1::GoogleCloudChannelV1ChannelPartnerRepricingConfig>
The repricing configs for this channel partner.
Corresponds to the JSON property channelPartnerRepricingConfigs
1274 1275 1276 |
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 1274 def channel_partner_repricing_configs @channel_partner_repricing_configs end |
#next_page_token ⇒ String
A token to retrieve the next page of results. Pass to
ListChannelPartnerRepricingConfigsRequest.page_token to obtain that page.
Corresponds to the JSON property nextPageToken
1280 1281 1282 |
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 1280 def next_page_token @next_page_token end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1287 1288 1289 1290 |
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 1287 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 |