GoogleCloudAiplatformV1NotebookExecutionJobDirectNotebookSource.fromJson constructor

GoogleCloudAiplatformV1NotebookExecutionJobDirectNotebookSource.fromJson(
  1. Map json_
)

Implementation

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