Domain constructor
Domain({
- String? arn,
- DateTime? createdAt,
- List<
DomainEntry> ? domainEntries, - ResourceLocation? location,
- String? name,
- ResourceType? resourceType,
- String? supportCode,
- List<
Tag> ? tags,
Implementation
Domain({
this.arn,
this.createdAt,
this.domainEntries,
this.location,
this.name,
this.resourceType,
this.supportCode,
this.tags,
});