UsersPhotosResource class

Constructors

UsersPhotosResource(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 userKey, {String? $fields}) Future<void>
Removes the user's photo.
get(String userKey, {String? $fields}) Future<UserPhoto>
Retrieves the user's photo.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(UserPhoto request, String userKey, {String? $fields}) Future<UserPhoto>
Adds a photo for the user.
toString() String
A string representation of this object.
inherited
update(UserPhoto request, String userKey, {String? $fields}) Future<UserPhoto>
Adds a photo for the user.

Operators

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