AccountModification constructor

AccountModification({
  1. String? dedicatedTenancyManagementCidrRange,
  2. DedicatedTenancySupportResultEnum? dedicatedTenancySupport,
  3. String? errorCode,
  4. String? errorMessage,
  5. DedicatedTenancyModificationStateEnum? modificationState,
  6. DateTime? startTime,
})

Implementation

AccountModification({
  this.dedicatedTenancyManagementCidrRange,
  this.dedicatedTenancySupport,
  this.errorCode,
  this.errorMessage,
  this.modificationState,
  this.startTime,
});