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.
1070 1071 1072 |
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 1070 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
1062 1063 1064 |
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 1062 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
1068 1069 1070 |
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 1068 def next_page_token @next_page_token end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1075 1076 1077 1078 |
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 1075 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 |