GoogleCloudChannelV1Entitlement constructor
GoogleCloudChannelV1Entitlement({
- GoogleCloudChannelV1AssociationInfo? associationInfo,
- String? billingAccount,
- GoogleCloudChannelV1CommitmentSettings? commitmentSettings,
- String? createTime,
- String? name,
- String? offer,
- List<
GoogleCloudChannelV1Parameter> ? parameters, - GoogleCloudChannelV1ProvisionedService? provisionedService,
- String? provisioningState,
- String? purchaseOrderId,
- List<
String> ? suspensionReasons, - GoogleCloudChannelV1TrialSettings? trialSettings,
- String? updateTime,
Implementation
GoogleCloudChannelV1Entitlement({
this.associationInfo,
this.billingAccount,
this.commitmentSettings,
this.createTime,
this.name,
this.offer,
this.parameters,
this.provisionedService,
this.provisioningState,
this.purchaseOrderId,
this.suspensionReasons,
this.trialSettings,
this.updateTime,
});