NamespaceSummary constructor

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

Implementation

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