GoogleCloudDataplexV1DataProfileSpecSelectedFields.fromJson constructor
GoogleCloudDataplexV1DataProfileSpecSelectedFields.fromJson(
- Map json_
Implementation
GoogleCloudDataplexV1DataProfileSpecSelectedFields.fromJson(core.Map json_)
: this(
fieldNames: json_.containsKey('fieldNames')
? (json_['fieldNames'] as core.List)
.map((value) => value as core.String)
.toList()
: null,
);