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

InfoType description.

Attributes

  • categories (type: list(GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2InfoTypeCategory.t), default: nil) - The category of the infoType.
  • description (type: String.t, default: nil) - Description of the infotype. Translated when language is provided in the request.
  • displayName (type: String.t, default: nil) - Human readable form of the infoType name.
  • name (type: String.t, default: nil) - Internal name of the infoType.
  • sensitivityScore (type: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2SensitivityScore.t, default: nil) - The default sensitivity of the infoType.
  • supportedBy (type: list(String.t), default: nil) - Which parts of the API supports this InfoType.
  • versions (type: list(GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2VersionDescription.t), default: nil) - A list of available versions for the infotype.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2InfoTypeDescription{
  categories:
    [GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2InfoTypeCategory.t()] | nil,
  description: String.t() | nil,
  displayName: String.t() | nil,
  name: String.t() | nil,
  sensitivityScore:
    GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2SensitivityScore.t() | nil,
  supportedBy: [String.t()] | nil,
  versions:
    [GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2VersionDescription.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.