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, specifically version 2.3.0, which is used to request an occurrence."],["The `GetOccurrenceRequest` class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It is part of the `Grafeas.V1.dll` assembly, and the request's primary purpose is to fetch an occurrence by its name."],["The class includes two constructors: a default `GetOccurrenceRequest()` and a copy constructor `GetOccurrenceRequest(GetOccurrenceRequest other)`, allowing for the creation of new instances or copying existing ones."],["It contains two main properties: `Name` (a string representing the occurrence's resource name) and `OccurrenceName`, which provides a typed view over the resource name."]]],[]]