[[["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-08 UTC."],[[["The provided content details the `ListRevisionsResponse` class within the Google Cloud Run Admin v2 API for .NET, with the latest version being 2.13.0 and a range of previous versions available for documentation."],["`ListRevisionsResponse` is a class used to return a list of `Revisions` and implements various interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, `IPageResponse`, and `IEnumerable`."],["The `ListRevisionsResponse` class contains a `NextPageToken` property, which is used for pagination when the number of revisions exceeds the page size, allowing for continuation of the listing in subsequent requests."],["It also holds a `Revisions` property of type `RepeatedField\u003cRevision\u003e`, which represents the actual list of revisions returned by the API."],["The class has two constructors: one default constructor, and one that take another `ListRevisionsResponse` as a parameter for creating a new `ListRevisionsResponse` object."]]],[]]