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

The cadence at which to update data profiles when a table is modified.

Attributes

  • frequency (type: String.t, default: nil) - How frequently data profiles can be updated when tables are modified. Defaults to never.
  • types (type: list(String.t), default: nil) - The type of events to consider when deciding if the table has been modified and should have the profile updated. Defaults to MODIFIED_TIMESTAMP.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.