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 latest version available for the `ListZoneActionsRequest` class is 3.6.0, and the documentation provides access to versions from 1.0.0 up to this latest release."],["`ListZoneActionsRequest` is a class within the Google.Cloud.Dataplex.V1 namespace that implements multiple interfaces, including `IPageRequest`, `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for managing requests related to zone actions."],["The `ListZoneActionsRequest` class includes properties like `PageSize`, `PageToken`, `Parent`, and `ParentAsZoneName`, allowing for the specification of parameters such as the number of actions to return, pagination tokens, and the parent zone's resource name."],["The maximum value that can be set for the `PageSize` property is 1000, above that value, the parameter will be adjusted to 1000."],["The constructor of the `ListZoneActionsRequest` has two overloads, one with no parameters, and the second one receiving another `ListZoneActionsRequest` object."]]],[]]