GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2InspectResult (google_api_dlp v0.41.0) View Source
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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2InspectResult{ findings: [GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Finding.t()] | nil, findingsTruncated: boolean() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.