GoogleCloudChannelV1PriceTier constructor

GoogleCloudChannelV1PriceTier({
  1. int? firstResource,
  2. int? lastResource,
  3. GoogleCloudChannelV1Price? price,
})

Implementation

GoogleCloudChannelV1PriceTier({
  this.firstResource,
  this.lastResource,
  this.price,
});