View Source GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2OrConditions (google_api_dlp v0.46.0)

There is an OR relationship between these attributes. They are used to determine if a table should be scanned or not in Discovery.

Attributes

  • minAge (type: String.t, default: nil) - Minimum age a table must have before Cloud DLP can profile it. Value must be 1 hour or greater.
  • minRowCount (type: integer(), default: nil) - Minimum number of rows that should be present before Cloud DLP profiles a table

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2OrConditions{
  minAge: String.t() | nil,
  minRowCount: integer() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.