[[["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-21 UTC."],[[["The webpage details the `ListSchemasResponse` class, which is used to handle the response from the `ListSchemas` method in the Google Cloud Pub/Sub .NET library."],["The `ListSchemasResponse` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, `IPageResponse`, and `IEnumerable`, enabling various functionalities like message handling, comparison, cloning, and enumeration."],["This class has two primary properties: `NextPageToken`, a string that indicates if there are more schemas available, and `Schemas`, a repeated field containing the list of `Schema` objects."],["The page contains a list of the versions for Google Cloud Pub/Sub .NET library, spanning from version 3.23.0 (latest) down to 2.3.0, allowing users to reference specific version documentation."],["`ListSchemasResponse` objects can be constructed using a default constructor or a constructor that takes another `ListSchemasResponse` object as a parameter."]]],[]]