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