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

How frequency to modify the profile when the table's schema is modified.

Attributes

  • frequency (type: String.t, default: nil) - Frequency to regenerate data profiles when the schema is modified. Defaults to monthly.
  • types (type: list(String.t), default: nil) - The types of schema modifications to consider. Defaults to NEW_COLUMNS.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2SchemaModifiedCadence{
  frequency: String.t() | nil,
  types: [String.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.