GoogleCloudChannelV1EntitlementChange constructor
GoogleCloudChannelV1EntitlementChange({
- String? activationReason,
- String? cancellationReason,
- String? changeType,
- String? createTime,
- String? entitlement,
- String? offer,
- String? operator,
- String? operatorType,
- String? otherChangeReason,
- List<
GoogleCloudChannelV1Parameter> ? parameters, - GoogleCloudChannelV1ProvisionedService? provisionedService,
- String? suspensionReason,
Implementation
GoogleCloudChannelV1EntitlementChange({
this.activationReason,
this.cancellationReason,
this.changeType,
this.createTime,
this.entitlement,
this.offer,
this.operator,
this.operatorType,
this.otherChangeReason,
this.parameters,
this.provisionedService,
this.suspensionReason,
});