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