GoogleCloudAiplatformV1NotebookIdleShutdownConfig.fromJson constructor
GoogleCloudAiplatformV1NotebookIdleShutdownConfig.fromJson(
- Map json_
Implementation
GoogleCloudAiplatformV1NotebookIdleShutdownConfig.fromJson(core.Map json_)
: this(
idleShutdownDisabled: json_.containsKey('idleShutdownDisabled')
? json_['idleShutdownDisabled'] as core.bool
: null,
idleTimeout: json_.containsKey('idleTimeout')
? json_['idleTimeout'] as core.String
: null,
);