GoogleCloudAiplatformV1NotebookRuntimeTemplateRef.fromJson constructor

GoogleCloudAiplatformV1NotebookRuntimeTemplateRef.fromJson(
  1. Map json_
)

Implementation

GoogleCloudAiplatformV1NotebookRuntimeTemplateRef.fromJson(core.Map json_)
    : this(
        notebookRuntimeTemplate:
            json_['notebookRuntimeTemplate'] as core.String?,
      );