View Source GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2FileStoreCollection (google_api_dlp v0.53.0)

Match file stores (e.g. buckets) using regex filters.

Attributes

  • includeRegexes (type: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2FileStoreRegexes.t, default: nil) - Optional. A collection of regular expressions to match a file store against.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2FileStoreCollection{
  includeRegexes:
    GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2FileStoreRegexes.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.