Namespace class

A container for services.

Namespaces allow administrators to group services together and define permissions for a collection of services.

Constructors

Namespace({Map<String, String>? labels, String? name, String? uid})
Namespace.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
labels Map<String, String>?
Resource labels associated with this namespace.
getter/setter pair
name String?
The resource name for the namespace in the format projects / * /locations / * /namespaces / * .
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uid String?
The globally unique identifier of the namespace in the UUID4 format.
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