UsersSessionsResource class

Constructors

UsersSessionsResource(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 userId, String sessionId, {String? $fields}) Future<void>
Deletes a session specified by the given session ID.
list(String userId, {List<int>? activityType, String? endTime, bool? includeDeleted, String? pageToken, String? startTime, String? $fields}) Future<ListSessionsResponse>
Lists sessions previously created.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
update(Session request, String userId, String sessionId, {String? $fields}) Future<Session>
Updates or insert a given session.

Operators

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