google_api_dlp v0.18.0 GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2ByteContentItem View Source

Container for bytes to inspect or redact.

Attributes

  • data (type: String.t, default: nil) - Content data to inspect or redact.
  • type (type: String.t, default: nil) - The type of data stored in the bytes string. Default will be TEXT_UTF8.

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.GooglePrivacyDlpV2ByteContentItem{
  data: String.t(),
  type: String.t()
}

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.