Namespace class

Namespace represents a namespace across the Fleet

Constructors

Namespace({String? createTime, String? deleteTime, Map<String, String>? labels, String? name, Map<String, String>? namespaceLabels, String? scope, NamespaceLifecycleState? state, String? uid, String? updateTime})
Namespace.fromJson(Map json_)

Properties

createTime String?
When the namespace was created.
getter/setter pair
deleteTime String?
When the namespace was deleted.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
labels Map<String, String>?
Labels for this Namespace.
getter/setter pair
name String?
The resource name for the namespace projects/{project}/locations/{location}/namespaces/{namespace}
getter/setter pair
namespaceLabels Map<String, String>?
Namespace-level cluster namespace labels.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scope String?
Scope associated with the namespace
getter/setter pair
state NamespaceLifecycleState?
State of the namespace resource.
getter/setter pair
uid String?
Google-generated UUID for this resource.
getter/setter pair
updateTime String?
When the namespace was last updated.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited