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