GoogleCloudChannelV1Offer constructor
GoogleCloudChannelV1Offer({
- GoogleCloudChannelV1Constraints? constraints,
- String? dealCode,
- String? endTime,
- GoogleCloudChannelV1MarketingInfo? marketingInfo,
- String? name,
- List<
GoogleCloudChannelV1ParameterDefinition> ? parameterDefinitions, - GoogleCloudChannelV1Plan? plan,
- List<
GoogleCloudChannelV1PriceByResource> ? priceByResources, - GoogleCloudChannelV1Sku? sku,
- String? startTime,
Implementation
GoogleCloudChannelV1Offer({
this.constraints,
this.dealCode,
this.endTime,
this.marketingInfo,
this.name,
this.parameterDefinitions,
this.plan,
this.priceByResources,
this.sku,
this.startTime,
});