GoogleCloudChannelV1ListChannelPartnerRepricingConfigsResponse constructor

GoogleCloudChannelV1ListChannelPartnerRepricingConfigsResponse({
  1. List<GoogleCloudChannelV1ChannelPartnerRepricingConfig>? channelPartnerRepricingConfigs,
  2. String? nextPageToken,
})

Implementation

GoogleCloudChannelV1ListChannelPartnerRepricingConfigsResponse({
  this.channelPartnerRepricingConfigs,
  this.nextPageToken,
});