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-21 UTC."],[[["This document provides reference documentation for the `ListZoneActionsRequest` class within the Google Cloud Dataplex v1 API, specifically version 2.14.0."],["The `ListZoneActionsRequest` class is used to request a list of actions for a specific zone and it implements several interfaces, including `IPageRequest`, `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The available properties of the `ListZoneActionsRequest` class include `PageSize` for setting the maximum number of actions to be returned, `PageToken` for pagination, `Parent` for specifying the parent zone resource, and `ParentAsZoneName` for providing a `ZoneName`-typed view of the parent resource."],["There are many previous versions available of this documentation, with the latest being 3.6.0, and the oldest being 1.0.0."],["Two constructors are available for creating instances of the `ListZoneActionsRequest` class, one default and one that takes another `ListZoneActionsRequest` instance as an argument."]]],[]]