View Source GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2InspectResult (google_api_dlp v0.45.0)

All the findings for a single scanned item.

Attributes

  • findings (type: list(GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Finding.t), default: nil) - List of findings for an item.
  • findingsTruncated (type: boolean(), default: nil) - If true, then this item might have more findings than were returned, and the findings returned are an arbitrary subset of all findings. The findings list might be truncated because the input items were too large, or because the server reached the maximum amount of resources allowed for a single API call. For best results, divide the input into smaller batches.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2InspectResult{
  findings: [GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Finding.t()] | nil,
  findingsTruncated: boolean() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.