GoogleCloudDataplexV1DataAccessSpec.fromJson constructor

GoogleCloudDataplexV1DataAccessSpec.fromJson(
  1. Map json_
)

Implementation

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