LocationsAdminsResource class

Constructors

LocationsAdminsResource(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

create(Admin request, String parent, {String? $fields}) Future<Admin>
Invites the specified user to become an administrator for the specified location.
delete(String name, {String? $fields}) Future<Empty>
Removes the specified admin as a manager of the specified location.
list(String parent, {String? $fields}) Future<ListLocationAdminsResponse>
Lists all of the admins for the specified location.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(Admin request, String name, {String? updateMask, String? $fields}) Future<Admin>
Updates the Admin for the specified location.
toString() String
A string representation of this object.
inherited

Operators

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