GoogleCloudChannelV1PriceByResource constructor

GoogleCloudChannelV1PriceByResource({
  1. GoogleCloudChannelV1Price? price,
  2. List<GoogleCloudChannelV1PricePhase>? pricePhases,
  3. String? resourceType,
})

Implementation

GoogleCloudChannelV1PriceByResource({
  this.price,
  this.pricePhases,
  this.resourceType,
});