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 within the `Grafeas.V1` namespace, used to request and retrieve a specific occurrence."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its data handling capabilities."],["`GetOccurrenceRequest` inherits from `Object` and has two constructors: a default constructor and one that accepts another `GetOccurrenceRequest` object for copying."],["The class has two properties: `Name` (a string representing the resource name) and `OccurrenceName` (a strongly-typed view of the resource name)."],["The content lists various versions of the GetOccurenceRequest, starting from version 2.2.0 up to the most recent version, 3.7.0."]]],[]]