public sealed class GetIssueRequest : IMessage<GetIssueRequest>, IEquatable<GetIssueRequest>, IDeepCloneable<GetIssueRequest>, 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 `GetIssueRequest` class, which is used to request a specific issue within the Google Cloud Contact Center Insights API, as part of version 1.3.0."],["The latest version for `GetIssueRequest` is 2.19.0, with a list of versions ranging back to version 1.0.0, and it can be accessed via direct links on the page."],["`GetIssueRequest` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its capabilities for message handling, comparison, cloning, and buffer management."],["The `GetIssueRequest` class includes properties like `IssueName` and `Name`, where `Name` is the required parameter for specifying which issue to retrieve."],["The class includes inherited members such as `Object.GetHashCode()`, `Object.GetType()`, `Object.MemberwiseClone()`, and `Object.ToString()` from the base `Object` class."]]],[]]