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-04-17 UTC."],[[["This webpage details the `GetOccurrenceRequest` class, which is used to request information about a specific occurrence within the Grafeas.V1 namespace."],["The class is part of the Grafeas.V1 library version 2.4.0, with several prior versions also linked."],["`GetOccurrenceRequest` implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting some methods and properties from object class."],["The `GetOccurrenceRequest` class includes properties `Name` (string) and `OccurrenceName` (OccurrenceName) to identify the specific occurrence being requested."],["Two constructors are available: a default one, and another which takes another `GetOccurrenceRequest` as a parameter."]]],[]]