Namespace constructor

Namespace({
  1. String? arn,
  2. DateTime? createDate,
  3. String? creatorRequestId,
  4. String? description,
  5. String? id,
  6. String? name,
  7. NamespaceProperties? properties,
  8. int? serviceCount,
  9. NamespaceType? type,
})

Implementation

Namespace({
  this.arn,
  this.createDate,
  this.creatorRequestId,
  this.description,
  this.id,
  this.name,
  this.properties,
  this.serviceCount,
  this.type,
});