public sealed class GetOccurrenceRequest : IMessage<GetOccurrenceRequest>, IEquatable<GetOccurrenceRequest>, IDeepCloneable<GetOccurrenceRequest>, IBufferMessage, IMessage
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The `GetOccurrenceRequest` class is used to request a specific occurrence and is part of the Grafeas.V1 namespace within the .NET environment."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for message handling, comparison, cloning, and buffered operations."],["The latest version available is 3.7.0, and multiple previous versions are available for use, ranging back to version 2.2.0."],["It inherits methods like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString` from the base `Object` class, extending its functionality."],["`GetOccurrenceRequest` class has two constructors for creating new instances, one being an empty constructor and another for copying over an existing `GetOccurrenceRequest`."]]],[]]