EntityUserLink class
JSON template for an Analytics Entity-User Link. Returns permissions that a user has for an entity.
Constructors
- EntityUserLink()
- EntityUserLink.fromJson(Map _json)
Properties
- entity ↔ EntityUserLinkEntity
-
Entity for this link. It can be an account, a web property, or a view
(profile).
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- id ↔ String
-
Entity user link ID
read / write
- kind ↔ String
-
Resource type for entity user link.
read / write
- permissions ↔ EntityUserLinkPermissions
-
Permissions the user has for this entity.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- selfLink ↔ String
-
Self link for this resource.
read / write
- userRef ↔ UserRef
-
User reference.
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, Object> -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited