GoogleCloudDataplexV1StorageAccess.fromJson constructor

GoogleCloudDataplexV1StorageAccess.fromJson(
  1. Map json_
)

Implementation

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