GoogleCloudDataplexV1MetadataJobExportJobSpec.fromJson constructor

GoogleCloudDataplexV1MetadataJobExportJobSpec.fromJson(
  1. Map json_
)

Implementation

GoogleCloudDataplexV1MetadataJobExportJobSpec.fromJson(core.Map json_)
  : this(
      outputPath: json_['outputPath'] as core.String?,
      scope:
          json_.containsKey('scope')
              ? GoogleCloudDataplexV1MetadataJobExportJobSpecExportJobScope.fromJson(
                json_['scope'] as core.Map<core.String, core.dynamic>,
              )
              : null,
    );