SessionTemplate constructor
SessionTemplate({
- String? createTime,
- String? creator,
- String? description,
- EnvironmentConfig? environmentConfig,
- JupyterConfig? jupyterSession,
- Map<
String, String> ? labels, - String? name,
- RuntimeConfig? runtimeConfig,
- String? updateTime,
- String? uuid,
Implementation
SessionTemplate({
this.createTime,
this.creator,
this.description,
this.environmentConfig,
this.jupyterSession,
this.labels,
this.name,
this.runtimeConfig,
this.updateTime,
this.uuid,
});