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

An individual hybrid item to inspect. Will be stored temporarily during processing.

Attributes

  • findingDetails (type: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2HybridFindingDetails.t, default: nil) - Supplementary information that will be added to each finding.
  • item (type: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2ContentItem.t, default: nil) - The item to inspect.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2HybridContentItem{
  findingDetails:
    GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2HybridFindingDetails.t() | nil,
  item: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2ContentItem.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.