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 latest version available for the `InspectResult` class is 4.16.0, but there are many versions available in this page, ranging down to version 2.15.0."],["`InspectResult` is a class within the Google Cloud Data Loss Prevention v2 API, specifically under the namespace `Google.Cloud.Dlp.V2`."],["This class is used to represent all the findings that came from a single scanned item, and it inherits from `object` and implements multiple interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["`InspectResult` has two main properties: `Findings`, which is a list of `Finding` objects, and `FindingsTruncated`, a boolean that indicates if more findings might exist than what was returned."],["There are two constructors that can be used for `InspectResult`, one taking in no arguments and another taking in an `InspectResult` object as an argument."]]],[]]