DescribeOrganizationResponse constructor

DescribeOrganizationResponse({
  1. String? arn,
  2. String? alias,
  3. DateTime? completedDate,
  4. String? defaultMailDomain,
  5. String? directoryId,
  6. String? directoryType,
  7. String? errorMessage,
  8. String? organizationId,
  9. String? state,
})

Implementation

DescribeOrganizationResponse({
  this.arn,
  this.alias,
  this.completedDate,
  this.defaultMailDomain,
  this.directoryId,
  this.directoryType,
  this.errorMessage,
  this.organizationId,
  this.state,
});