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

Container for bytes to inspect or redact.

Attributes

  • data (binary()): Content data to inspect or redact. Defaults to: null.
  • type (String.t): The type of data stored in the bytes string. Default will be TEXT_UTF8. Defaults to: null.

    • Enum - one of [BYTES_TYPE_UNSPECIFIED, IMAGE, IMAGE_JPEG, IMAGE_BMP, IMAGE_PNG, IMAGE_SVG, 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: any(),
  type: 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.