Gleanex.Admin.CustomSensitiveRule (Gleanex v0.1.0)

Copy Markdown View Source

Provides struct and type for a CustomSensitiveRule

Summary

Types

t()

@type t() :: %Gleanex.Admin.CustomSensitiveRule{
  id: String.t() | nil,
  likelihoodThreshold: String.t() | nil,
  type: String.t() | nil,
  value: String.t() | nil
}