google_api_dlp v0.9.0 GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2InspectResult View Source
All the findings for a single scanned item.
Attributes
- findings ([GooglePrivacyDlpV2Finding]): List of findings for an item. Defaults to:
null. - findingsTruncated (boolean()): 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. Defaults to:
null.
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()
View Source
t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2InspectResult{
findings: [GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Finding.t()],
findingsTruncated: any()
}
t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2InspectResult{
findings: [GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Finding.t()],
findingsTruncated: any()
}
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.