Namespace constructor
Namespace({
- String? arn,
- DateTime? createDate,
- String? creatorRequestId,
- String? description,
- String? id,
- String? name,
- NamespaceProperties? properties,
- int? serviceCount,
- NamespaceType? type,
Implementation
Namespace({
this.arn,
this.createDate,
this.creatorRequestId,
this.description,
this.id,
this.name,
this.properties,
this.serviceCount,
this.type,
});