ManagementAccountUserLinksResource class

Constructors

ManagementAccountUserLinksResource(ApiRequester client)

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 linkId, {String? $fields}) Future<void>
Removes a user from the given account.
insert(EntityUserLink request, String accountId, {String? $fields}) Future<EntityUserLink>
Adds a new user to the given account.
list(String accountId, {int? maxResults, int? startIndex, String? $fields}) Future<EntityUserLinks>
Lists account-user links for a given account.
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 linkId, {String? $fields}) Future<EntityUserLink>
Updates permissions for an existing user on the given account.

Operators

operator ==(Object other) bool
The equality operator.
inherited