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

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

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

Functions

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

Unwrap a decoded JSON object into its complex fields.