public sealed class GetOccurrenceNoteRequest : IMessage<GetOccurrenceNoteRequest>, IEquatable<GetOccurrenceNoteRequest>, IDeepCloneable<GetOccurrenceNoteRequest>, IBufferMessage, IMessage
Request to get the note to which the specified occurrence is attached.
[[["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 page details the `GetOccurrenceNoteRequest` class, which is used to request the note associated with a specific occurrence."],["The `GetOccurrenceNoteRequest` class is part of the `Grafeas.V1` namespace, and the latest version is 3.7.0, with historical versions ranging from 2.2.0 to 3.6.0."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The primary properties of this request class are `Name`, a string representing the occurrence's resource name, and `OccurrenceName`, which provides a typed view over the Name."],["The page contains information on class constructors, including a default one and another that takes another `GetOccurrenceNoteRequest` as a parameter, to clone the object."]]],[]]