GoogleCloudDataplexV1ContentNotebook.fromJson constructor
GoogleCloudDataplexV1ContentNotebook.fromJson(
- Map json_
Implementation
GoogleCloudDataplexV1ContentNotebook.fromJson(core.Map json_)
: this(
kernelType: json_.containsKey('kernelType')
? json_['kernelType'] as core.String
: null,
);