AccountModification constructor
AccountModification({
- String? dedicatedTenancyManagementCidrRange,
- DedicatedTenancySupportResultEnum? dedicatedTenancySupport,
- String? errorCode,
- String? errorMessage,
- DedicatedTenancyModificationStateEnum? modificationState,
- DateTime? startTime,
Implementation
AccountModification({
this.dedicatedTenancyManagementCidrRange,
this.dedicatedTenancySupport,
this.errorCode,
this.errorMessage,
this.modificationState,
this.startTime,
});