MembershipRelation class

Message containing membership relation.

Constructors

MembershipRelation({String? description, String? displayName, String? group, EntityKey? groupKey, Map<String, String>? labels, String? membership, List<MembershipRole>? roles})
MembershipRelation.fromJson(Map json_)

Properties

description String?
An extended description to help users determine the purpose of a Group.
getter/setter pair
displayName String?
The display name of the Group.
getter/setter pair
group String?
The resource name of the Group.
getter/setter pair
groupKey EntityKey?
The EntityKey of the Group.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
labels Map<String, String>?
One or more label entries that apply to the Group.
getter/setter pair
membership String?
The resource name of the Membership.
getter/setter pair
roles List<MembershipRole>?
The MembershipRoles that apply to the Membership.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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