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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-24 UTC."],[[["The `InspectResult` class represents the findings from a single scanned item in the Google Cloud Data Loss Prevention (DLP) v2 API."],["This page provides documentation for `InspectResult` in version 4.10.0 of the Google Cloud DLP v2 .NET API, with links to documentation for various versions, including the latest version 4.16.0, as well as many past versions."],["The `InspectResult` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, with methods and properties from these interfaces and its own, such as `Findings` and `FindingsTruncated`."],["The class `InspectResult` can be constructed with no arguments, or by passing another object of type `InspectResult`, to act as a copy."],["The `Findings` property is a list of `Finding` objects that contains all the specific issues found during the scan, while `FindingsTruncated` is a boolean flag indicating if the result may have been limited due to size or resource constraints."]]],[]]