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

Rule set for modifying a set of infoTypes to alter behavior under certain circumstances, depending on the specific details of the rules within the set.

Attributes

  • infoTypes (type: list(GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2InfoType.t), default: nil) - List of infoTypes this rule set is applied to.
  • rules (type: list(GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2InspectionRule.t), default: nil) - Set of rules to be applied to infoTypes. The rules are applied in order.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2InspectionRuleSet{
  infoTypes: [GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2InfoType.t()] | nil,
  rules: [GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2InspectionRule.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.