Session constructor

Session({
  1. String? createTime,
  2. String? creator,
  3. EnvironmentConfig? environmentConfig,
  4. JupyterConfig? jupyterSession,
  5. Map<String, String>? labels,
  6. String? name,
  7. RuntimeConfig? runtimeConfig,
  8. RuntimeInfo? runtimeInfo,
  9. String? sessionTemplate,
  10. String? state,
  11. List<SessionStateHistory>? stateHistory,
  12. String? stateMessage,
  13. String? stateTime,
  14. String? user,
  15. 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,
});