GoogleCloudChannelV1ListCustomerRepricingConfigsResponse constructor
GoogleCloudChannelV1ListCustomerRepricingConfigsResponse({
- List<
GoogleCloudChannelV1CustomerRepricingConfig> ? customerRepricingConfigs, - String? nextPageToken,
Implementation
GoogleCloudChannelV1ListCustomerRepricingConfigsResponse({
this.customerRepricingConfigs,
this.nextPageToken,
});