GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2VertexDatasetRegexes (google_api_dlp v0.54.0)
View SourceA collection of regular expressions to determine what datasets to match against.
Attributes
-
patterns
(type:list(GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2VertexDatasetRegex.t)
, default:nil
) - Required. The group of regular expression patterns to match against one or more datasets. Maximum of 100 entries. The sum of the lengths of all regular expressions can't exceed 10 KiB.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2VertexDatasetRegexes{ patterns: [GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2VertexDatasetRegex.t()] | nil }