Class ListCustomerRepricingConfigsResponse (1.8.0)

ListCustomerRepricingConfigsResponse(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Response message for CloudChannelService.ListCustomerRepricingConfigs.

Attributes

NameDescription
customer_repricing_configs Sequence[google.cloud.channel_v1.types.CustomerRepricingConfig]
The repricing configs for this channel partner.
next_page_token str
A token to retrieve the next page of results. Pass to ListCustomerRepricingConfigsRequest.page_token to obtain that page.

Inheritance

builtins.object > proto.message.Message > ListCustomerRepricingConfigsResponse