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.
1553 1554 1555 |
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 1553 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
1545 1546 1547 |
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 1545 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
1551 1552 1553 |
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 1551 def next_page_token @next_page_token end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1558 1559 1560 1561 |
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 1558 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 |