Namespace constructor

Namespace({
  1. String? createTime,
  2. String? deleteTime,
  3. Map<String, String>? labels,
  4. String? name,
  5. Map<String, String>? namespaceLabels,
  6. String? scope,
  7. NamespaceLifecycleState? state,
  8. String? uid,
  9. String? updateTime,
})

Implementation

Namespace({
  this.createTime,
  this.deleteTime,
  this.labels,
  this.name,
  this.namespaceLabels,
  this.scope,
  this.state,
  this.uid,
  this.updateTime,
});