sessionCount property

int? sessionCount
getter/setter pair

The number of sessions to be created in this batch call.

At least one session is created. The API can return fewer than the requested number of sessions. If a specific number of sessions are desired, the client can make additional calls to BatchCreateSessions (adjusting session_count as necessary).

Required.

Implementation

core.int? sessionCount;