Optional. The maximum number of results to return from this request.
Non-positive values are ignored. The presence of nextPageToken in the
response indicates that more results might be available.
Optional. If present, then retrieve the next batch of results from the
preceding call to this method. pageToken must be the value of
nextPageToken from the previous response. The values of other method
parameters should be identical to those in the previous call.
[[["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-04-09 UTC."],[[["The latest version available for `ListViewsRequest` is 4.4.0, with previous versions listed down to 3.3.0."],["`ListViewsRequest` is a class used as a parameter for the `ListViews` method, found within the `Google.Cloud.Logging.V2` namespace, and is contained in the `Google.Cloud.Logging.V2.dll` assembly."],["This class implements several interfaces including `IPageRequest`, `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`ListViewsRequest` includes properties such as `PageSize`, `PageToken`, and `Parent`, used for controlling the number of results, retrieving the next batch, and specifying the bucket, respectively."],["It has two constructors, one default constructor (`ListViewsRequest()`), and one that takes another instance of the same class as an argument (`ListViewsRequest(ListViewsRequest other)`)."]]],[]]