GoogleCloudDataplexV1DataQualityResultAnomalyDetectionGeneratedAssets.fromJson constructor
GoogleCloudDataplexV1DataQualityResultAnomalyDetectionGeneratedAssets.fromJson(
- Map json_
Implementation
GoogleCloudDataplexV1DataQualityResultAnomalyDetectionGeneratedAssets.fromJson(
core.Map json_,
) : this(
dataIntermediateTable: json_['dataIntermediateTable'] as core.String?,
freshnessIntermediateTable:
json_['freshnessIntermediateTable'] as core.String?,
resultTable: json_['resultTable'] as core.String?,
volumeIntermediateTable:
json_['volumeIntermediateTable'] as core.String?,
);