ListSessionsResponse class
Properties
-
deletedSession
↔ List<Session>?
-
If includeDeleted is set to true in the request, and startTime and endTime
are omitted, this will include sessions which were deleted since the last
sync.
getter/setter pair
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
hasMoreData
↔ bool?
-
Flag to indicate server has more data to transfer.
getter/setter pair
-
nextPageToken
↔ String?
-
The sync token which is used to sync further changes.
getter/setter pair
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
session
↔ List<Session>?
-
Sessions with an end time that is between startTime and endTime of the
request.
getter/setter pair