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 ListAssetActions call.
Provide this to retrieve the subsequent page. When paginating, all other
parameters provided to ListAssetActions 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."],[[["This document provides reference documentation for the `ListAssetActionsRequest` class within the Google Cloud Dataplex V1 API, specifically for the .NET environment, with version 3.5.0 being the version of interest for this page."],["The `ListAssetActionsRequest` class is used to request a list of actions for a specific asset and implements several interfaces such as `IPageRequest`, `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes constructors for creating instances and properties such as `PageSize`, `PageToken`, `Parent`, and `ParentAsAssetName` to configure the request, such as setting pagination and identifying the relevant parent asset."],["The document references multiple versions of the Google.Cloud.Dataplex.V1 API, ranging from version 1.0.0 up to the latest version 3.6.0, where the documentation for each version is accessible through links provided."],["The `PageSize` property controls the maximum number of actions returned, which defaults to 10 and can be set up to 1000, while the `PageToken` property allows the retrieval of subsequent pages in a paginated list of actions."]]],[]]