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