Optional. Maximum number of actions to return. The service may return fewer
than this value. If unspecified, at most 10 actions will be returned. The
maximum value is 1000; values above 1000 will be coerced to 1000.
Optional. Page token received from a previous ListZoneActions call.
Provide this to retrieve the subsequent page. When paginating, all other
parameters provided to ListZoneActions must match the call that provided
the page token.
[[["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-25 UTC."],[[["The document provides reference material for the `ListZoneActionsRequest` class within the Google Cloud Dataplex v1 API, specifically for the .NET environment, with version 3.4.0 being the currently displayed version but 3.6.0 being the latest."],["The `ListZoneActionsRequest` class, used to request a list of zone actions, implements multiple interfaces, including `IPageRequest`, `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its capabilities."],["Key properties of the `ListZoneActionsRequest` class include `PageSize` to limit the number of actions returned, `PageToken` for pagination, and `Parent` to specify the zone from which actions are being requested, either by string name or `ZoneName` typed view."],["The documentation offers a detailed overview of the class's constructors and inherited members from the base `object` class, such as `GetHashCode()`, `GetType()`, and `ToString()`."],["The documentation is organized by assembly, namespace and versioning, offering a breakdown of versions available, ranging from 1.0.0 to the latest version at 3.6.0, for this class."]]],[]]