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