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