Class: Google::Cloud::Channel::V1::ListCustomerRepricingConfigsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Channel::V1::ListCustomerRepricingConfigsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/channel/v1/service.rb
Overview
Response message for CloudChannelService.ListCustomerRepricingConfigs.
Instance Attribute Summary collapse
-
#customer_repricing_configs ⇒ ::Array<::Google::Cloud::Channel::V1::CustomerRepricingConfig>
The repricing configs for this channel partner.
-
#next_page_token ⇒ ::String
A token to retrieve the next page of results.
Instance Attribute Details
#customer_repricing_configs ⇒ ::Array<::Google::Cloud::Channel::V1::CustomerRepricingConfig>
Returns The repricing configs for this channel partner.
583 584 585 586 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 583 class ListCustomerRepricingConfigsResponse 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 ListCustomerRepricingConfigsRequest.page_token to obtain that page.
583 584 585 586 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 583 class ListCustomerRepricingConfigsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |