GoogleCloudChannelV1EntitlementChange constructor

GoogleCloudChannelV1EntitlementChange({
  1. String? activationReason,
  2. String? cancellationReason,
  3. String? changeType,
  4. String? createTime,
  5. String? entitlement,
  6. String? offer,
  7. String? operator,
  8. String? operatorType,
  9. String? otherChangeReason,
  10. List<GoogleCloudChannelV1Parameter>? parameters,
  11. GoogleCloudChannelV1ProvisionedService? provisionedService,
  12. 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,
});