GoogleCloudAiplatformV1NotebookIdleShutdownConfig.fromJson constructor

GoogleCloudAiplatformV1NotebookIdleShutdownConfig.fromJson(
  1. Map json_
)

Implementation

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