UsersResource class

Constructors

UsersResource(ApiRequester client)

Properties

drafts UsersDraftsResource
no setter
hashCode int
The hash code for this object.
no setterinherited
history UsersHistoryResource
no setter
labels UsersLabelsResource
no setter
messages UsersMessagesResource
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
settings UsersSettingsResource
no setter
threads UsersThreadsResource
no setter

Methods

getProfile(String userId, {String? $fields}) Future<Profile>
Gets the current user's Gmail profile.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
stop(String userId, {String? $fields}) Future<void>
Stop receiving push notifications for the given user mailbox.
toString() String
A string representation of this object.
inherited
watch(WatchRequest request, String userId, {String? $fields}) Future<WatchResponse>
Set up or update a push notification watch on the given user mailbox.

Operators

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