GoogleCloudDataplexV1ContentNotebook.fromJson constructor

GoogleCloudDataplexV1ContentNotebook.fromJson(
  1. Map json_
)

Implementation

GoogleCloudDataplexV1ContentNotebook.fromJson(core.Map json_)
  : this(kernelType: json_['kernelType'] as core.String?);