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