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"]],[["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."],[[["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`."]]],[]]