EntityKey class
A unique identifier for an entity in the Cloud Identity Groups API.
An entity can represent either a group with an optional namespace
or a
user without a namespace
. The combination of id
and namespace
must be
unique; however, the same id
can be used with different namespace
s.
Constructors
- EntityKey({String? id, String? namespace})
- EntityKey.fromJson(Map json_)
Properties
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