deletedSession property

List<Session>? deletedSession
getter/setter pair

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.

Implementation

core.List<Session>? deletedSession;