GoogleCloudChannelV1Entitlement constructor

GoogleCloudChannelV1Entitlement({
  1. GoogleCloudChannelV1AssociationInfo? associationInfo,
  2. String? billingAccount,
  3. GoogleCloudChannelV1CommitmentSettings? commitmentSettings,
  4. String? createTime,
  5. String? name,
  6. String? offer,
  7. List<GoogleCloudChannelV1Parameter>? parameters,
  8. GoogleCloudChannelV1ProvisionedService? provisionedService,
  9. String? provisioningState,
  10. String? purchaseOrderId,
  11. List<String>? suspensionReasons,
  12. GoogleCloudChannelV1TrialSettings? trialSettings,
  13. 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,
});