ManagementProfileUserLinksResource class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
delete(String accountId, String webPropertyId, String profileId, String linkId, {String? $fields})
→ Future<void>
-
Removes a user from the given view (profile).
-
insert(EntityUserLink request, String accountId, String webPropertyId, String profileId, {String? $fields})
→ Future<EntityUserLink>
-
Adds a new user to the given view (profile).
-
list(String accountId, String webPropertyId, String profileId, {int? maxResults, int? startIndex, String? $fields})
→ Future<EntityUserLinks>
-
Lists profile-user links for a given view (profile).
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
-
update(EntityUserLink request, String accountId, String webPropertyId, String profileId, String linkId, {String? $fields})
→ Future<EntityUserLink>
-
Updates permissions for an existing user on the given view (profile).