GoogleCloudDataplexV1DataProfileSpecSelectedFields.fromJson constructor

GoogleCloudDataplexV1DataProfileSpecSelectedFields.fromJson(
  1. Map json_
)

Implementation

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