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-04-09 UTC."],[[["This webpage provides documentation for the `InspectResult` class within the Google Cloud Data Loss Prevention v2 API for .NET, with the current version being 4.15.0 but with the latest being 4.16.0."],["The `InspectResult` class is used to represent all the findings discovered from scanning a single item, inheriting from `object` and implementing multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `InspectResult` class has two constructors, a parameterless one and one that accepts another `InspectResult` instance."],["The class contains two primary properties: `Findings`, a list of findings represented by `RepeatedField\u003cFinding\u003e`, and `FindingsTruncated`, a boolean that indicates if the returned findings are a subset of the total findings."],["The documentation provides access to all previous versions, starting from version 2.15.0 all the way up to the most recent version of 4.16.0, including the current version of 4.15.0."]]],[]]