GoogleCloudDatacatalogV1StorageProperties.fromJson constructor
GoogleCloudDatacatalogV1StorageProperties.fromJson(
- Map json_
Implementation
GoogleCloudDatacatalogV1StorageProperties.fromJson(core.Map json_)
: this(
filePattern: (json_['filePattern'] as core.List?)
?.map((value) => value as core.String)
.toList(),
fileType: json_['fileType'] as core.String?,
);