[[["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 `ListWorkstationClustersRequest` class is part of the Cloud Workstations v1 API, specifically within the `Google.Cloud.Workstations.V1` namespace."],["This class serves as a request message for listing workstation clusters, as indicated by its description \"Request message for ListWorkstationClusters\"."],["The `ListWorkstationClustersRequest` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, and `IPageRequest`, indicating its role in data handling, comparison, cloning, and paged requests."],["It has properties like `PageSize`, `PageToken`, and `Parent` that allow for specifying the parameters for listing, including setting the maximum number of items to return, using a token from a previous list request, and defining the parent resource name."],["There are two constructors available for creating instances of the `ListWorkstationClustersRequest` class, one default and another that accepts another `ListWorkstationClustersRequest` object for deep cloning."]]],[]]