SessionTemplate constructor

SessionTemplate({
  1. String? createTime,
  2. String? creator,
  3. String? description,
  4. EnvironmentConfig? environmentConfig,
  5. JupyterConfig? jupyterSession,
  6. Map<String, String>? labels,
  7. String? name,
  8. RuntimeConfig? runtimeConfig,
  9. String? updateTime,
  10. String? uuid,
})

Implementation

SessionTemplate({
  this.createTime,
  this.creator,
  this.description,
  this.environmentConfig,
  this.jupyterSession,
  this.labels,
  this.name,
  this.runtimeConfig,
  this.updateTime,
  this.uuid,
});