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