View Source GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1ListChannelPartnerRepricingConfigsResponse (google_api_cloud_channel v0.11.3)
Response message for CloudChannelService.ListChannelPartnerRepricingConfigs.
Attributes
-
channelPartnerRepricingConfigs
(type:list(GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1ChannelPartnerRepricingConfig.t)
, default:nil
) - The repricing configs for this channel partner. -
nextPageToken
(type:String.t
, default:nil
) - A token to retrieve the next page of results. Pass to ListChannelPartnerRepricingConfigsRequest.page_token to obtain that page.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1ListChannelPartnerRepricingConfigsResponse{ channelPartnerRepricingConfigs: [ GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1ChannelPartnerRepricingConfig.t() ] | nil, nextPageToken: String.t() | nil }