View Source GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DiscoveryInspectTemplateModifiedCadence (google_api_dlp v0.50.1)

The cadence at which to update data profiles when the inspection rules defined by the InspectTemplate change.

Attributes

  • frequency (type: String.t, default: nil) - How frequently data profiles can be updated when the template is modified. Defaults to never.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DiscoveryInspectTemplateModifiedCadence{
    frequency: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.