Session constructor
Session({
- String? createTime,
- String? creator,
- EnvironmentConfig? environmentConfig,
- JupyterConfig? jupyterSession,
- Map<
String, String> ? labels, - String? name,
- RuntimeConfig? runtimeConfig,
- RuntimeInfo? runtimeInfo,
- String? sessionTemplate,
- String? state,
- List<
SessionStateHistory> ? stateHistory, - String? stateMessage,
- String? stateTime,
- String? user,
- String? uuid,
Implementation
Session({
this.createTime,
this.creator,
this.environmentConfig,
this.jupyterSession,
this.labels,
this.name,
this.runtimeConfig,
this.runtimeInfo,
this.sessionTemplate,
this.state,
this.stateHistory,
this.stateMessage,
this.stateTime,
this.user,
this.uuid,
});