GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2ByteContentItem (google_api_dlp v0.54.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.