View Source GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1GenerateDataQualityRulesResponse (google_api_dataplex v0.13.0)

Response details for data quality rule recommendations.

Attributes

  • rule (type: list(GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1DataQualityRule.t), default: nil) - The data quality rules that Dataplex generates based on the results of a data profiling scan.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1GenerateDataQualityRulesResponse{
    rule:
      [GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1DataQualityRule.t()]
      | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.