ListDeviceSessionsResponse constructor

ListDeviceSessionsResponse({
  1. List<DeviceSession>? deviceSessions,
  2. String? nextPageToken,
})

Implementation

ListDeviceSessionsResponse({
  this.deviceSessions,
  this.nextPageToken,
});