GoogleCloudChannelV1Offer constructor

GoogleCloudChannelV1Offer({
  1. GoogleCloudChannelV1Constraints? constraints,
  2. String? dealCode,
  3. String? endTime,
  4. GoogleCloudChannelV1MarketingInfo? marketingInfo,
  5. String? name,
  6. List<GoogleCloudChannelV1ParameterDefinition>? parameterDefinitions,
  7. GoogleCloudChannelV1Plan? plan,
  8. List<GoogleCloudChannelV1PriceByResource>? priceByResources,
  9. GoogleCloudChannelV1Sku? sku,
  10. String? startTime,
})

Implementation

GoogleCloudChannelV1Offer({
  this.constraints,
  this.dealCode,
  this.endTime,
  this.marketingInfo,
  this.name,
  this.parameterDefinitions,
  this.plan,
  this.priceByResources,
  this.sku,
  this.startTime,
});