GoogleCloudDataplexV1MetadataJobImportJobSpecImportJobScope.fromJson constructor

GoogleCloudDataplexV1MetadataJobImportJobSpecImportJobScope.fromJson(
  1. Map json_
)

Implementation

GoogleCloudDataplexV1MetadataJobImportJobSpecImportJobScope.fromJson(
    core.Map json_)
    : this(
        aspectTypes: (json_['aspectTypes'] as core.List?)
            ?.map((value) => value as core.String)
            .toList(),
        entryGroups: (json_['entryGroups'] as core.List?)
            ?.map((value) => value as core.String)
            .toList(),
        entryTypes: (json_['entryTypes'] as core.List?)
            ?.map((value) => value as core.String)
            .toList(),
      );