EntityUserLink class

JSON template for an Analytics Entity-User Link.

Returns permissions that a user has for an entity.

Constructors

EntityUserLink.fromJson(Map json_)

Properties

entity EntityUserLinkEntity?
Entity for this link.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
Entity user link ID
getter/setter pair
kind String?
Resource type for entity user link.
getter/setter pair
permissions EntityUserLinkPermissions?
Permissions the user has for this entity.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
Self link for this resource.
getter/setter pair
userRef UserRef?
User reference.
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