google_api_dlp v0.36.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

Specs

t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2ByteContentItem{
  data: String.t(),
  type: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.