Instance constructor

Instance({
  1. String? arn,
  2. DateTime? createdTime,
  3. String? id,
  4. DirectoryType? identityManagementType,
  5. bool? inboundCallsEnabled,
  6. String? instanceAlias,
  7. InstanceStatus? instanceStatus,
  8. bool? outboundCallsEnabled,
  9. String? serviceRole,
  10. InstanceStatusReason? statusReason,
})

Implementation

Instance({
  this.arn,
  this.createdTime,
  this.id,
  this.identityManagementType,
  this.inboundCallsEnabled,
  this.instanceAlias,
  this.instanceStatus,
  this.outboundCallsEnabled,
  this.serviceRole,
  this.statusReason,
});