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, which is part of the Google Cloud Contact Center Insights API, specifically within version 2.0.0 of the .NET library."],["The `ListIssuesRequest` class is used to request a list of issues and inherits from `Object`, implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of the Google.Cloud.ContactCenterInsights.V1 library is 2.19.0, while this page specifically covers version 2.0.0, and it also provides links to previous versions, from 2.18.0 all the way back to 1.0.0."],["The `ListIssuesRequest` class includes a constructor and properties like `Parent` (a string) and `ParentAsIssueModelName` (of type IssueModelName), used to specify the parent resource of the issue being requested."],["The `ListIssuesRequest` Class includes inherited members from the `Object` class, like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]