Class: Google::Cloud::Channel::V1::ListChannelPartnerRepricingConfigsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Channel::V1::ListChannelPartnerRepricingConfigsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/channel/v1/service.rb
Overview
Response message for CloudChannelService.ListChannelPartnerRepricingConfigs.
Instance Attribute Summary collapse
-
#channel_partner_repricing_configs ⇒ ::Array<::Google::Cloud::Channel::V1::ChannelPartnerRepricingConfig>
The repricing configs for this channel partner.
-
#next_page_token ⇒ ::String
A token to retrieve the next page of results.
Instance Attribute Details
#channel_partner_repricing_configs ⇒ ::Array<::Google::Cloud::Channel::V1::ChannelPartnerRepricingConfig>
Returns The repricing configs for this channel partner.
687 688 689 690 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 687 class ListChannelPartnerRepricingConfigsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns A token to retrieve the next page of results. Pass to ListChannelPartnerRepricingConfigsRequest.page_token to obtain that page.
687 688 689 690 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 687 class ListChannelPartnerRepricingConfigsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |