public sealed class ListIssuesRequest : IMessage<ListIssuesRequest>, IEquatable<ListIssuesRequest>, IDeepCloneable<ListIssuesRequest>, IBufferMessage, IMessage
[[["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 webpage details the `ListIssuesRequest` class within the `Google.Cloud.ContactCenterInsights.V1` namespace, used to request a list of issues."],["The `ListIssuesRequest` class has multiple versions, with the latest being 2.19.0 and others ranging from 2.18.0 down to 1.0.0."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which provide functionalities like message handling, equality checks, deep cloning, and buffer operations."],["The class includes two constructors, a default constructor and another that takes another `ListIssuesRequest` object as a parameter for copying."],["It features properties `Parent`, a string that specifies the parent resource of the issue, and `ParentAsIssueModelName`, which provides a typed view over the `Parent` resource name."]]],[]]