[[["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-06-10 UTC."],[[["This document provides reference documentation for the `ListStoredInfoTypesResponse` class within the Google Cloud Data Loss Prevention v2 API, specifically version 4.7.0, and shows that it is the response message type for `ListStoredInfoTypes`."],["The `ListStoredInfoTypesResponse` class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, `IPageResponse`, and `IEnumerable`, enabling various functionalities like serialization, comparison, deep cloning, and enumeration."],["The class includes two constructors: a default constructor `ListStoredInfoTypesResponse()` and a copy constructor `ListStoredInfoTypesResponse(ListStoredInfoTypesResponse other)` for creating instances."],["Key properties of `ListStoredInfoTypesResponse` are `NextPageToken`, a string that is used for retrieving the next page of results if available, and `StoredInfoTypes`, a `RepeatedField` that contains a list of `StoredInfoType` objects in the response."],["The `GetEnumerator()` method allows iteration through the `StoredInfoType` resources within the response, facilitating the processing of multiple `StoredInfoType` objects."]]],[]]