GoogleCloudAiplatformV1NotebookExecutionJobWorkbenchRuntimeContainerImage.fromJson constructor

GoogleCloudAiplatformV1NotebookExecutionJobWorkbenchRuntimeContainerImage.fromJson(
  1. Map json_
)

Implementation

GoogleCloudAiplatformV1NotebookExecutionJobWorkbenchRuntimeContainerImage.fromJson(
  core.Map json_,
) : this(
      repository: json_['repository'] as core.String?,
      tag: json_['tag'] as core.String?,
    );