Reference documentation and code samples for the Cloud Channel V1 API class Google::Cloud::Channel::V1::ListCustomerRepricingConfigsResponse.
Response message for CloudChannelService.ListCustomerRepricingConfigs.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#customer_repricing_configs
def customer_repricing_configs() -> ::Array<::Google::Cloud::Channel::V1::CustomerRepricingConfig>
Returns
- (::Array<::Google::Cloud::Channel::V1::CustomerRepricingConfig>) — The repricing configs for this channel partner.
#customer_repricing_configs=
def customer_repricing_configs=(value) -> ::Array<::Google::Cloud::Channel::V1::CustomerRepricingConfig>
Parameter
- value (::Array<::Google::Cloud::Channel::V1::CustomerRepricingConfig>) — The repricing configs for this channel partner.
Returns
- (::Array<::Google::Cloud::Channel::V1::CustomerRepricingConfig>) — The repricing configs for this channel partner.
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — A token to retrieve the next page of results. Pass to ListCustomerRepricingConfigsRequest.page_token to obtain that page.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — A token to retrieve the next page of results. Pass to ListCustomerRepricingConfigsRequest.page_token to obtain that page.
Returns
- (::String) — A token to retrieve the next page of results. Pass to ListCustomerRepricingConfigsRequest.page_token to obtain that page.