google_api_dlp v0.9.0 GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2InfoTypeDescription View Source

InfoType description.

Attributes

  • description (String.t): Description of the infotype. Translated when language is provided in the request. Defaults to: null.
  • displayName (String.t): Human readable form of the infoType name. Defaults to: null.
  • name (String.t): Internal name of the infoType. Defaults to: null.
  • supportedBy ([String.t]): Which parts of the API supports this InfoType. Defaults to: null.

    • Enum - one of

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2InfoTypeDescription{
  description: any(),
  displayName: any(),
  name: any(),
  supportedBy: [any()]
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.