GoogleCloudChannelV1ListCustomerRepricingConfigsResponse constructor

GoogleCloudChannelV1ListCustomerRepricingConfigsResponse({
  1. List<GoogleCloudChannelV1CustomerRepricingConfig>? customerRepricingConfigs,
  2. String? nextPageToken,
})

Implementation

GoogleCloudChannelV1ListCustomerRepricingConfigsResponse({
  this.customerRepricingConfigs,
  this.nextPageToken,
});