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

Classification of infoTypes to organize them according to geographic location, industry, and data type.

Attributes

  • industryCategory (type: String.t, default: nil) - The group of relevant businesses where this infoType is commonly used
  • locationCategory (type: String.t, default: nil) - The region or country that issued the ID or document represented by the infoType.
  • typeCategory (type: String.t, default: nil) - The class of identifiers where this infoType belongs

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2InfoTypeCategory{
  industryCategory: String.t() | nil,
  locationCategory: String.t() | nil,
  typeCategory: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.