public sealed class GetOccurrenceNoteRequest : IMessage<GetOccurrenceNoteRequest>, IEquatable<GetOccurrenceNoteRequest>, IDeepCloneable<GetOccurrenceNoteRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Grafeas v1 API class GetOccurrenceNoteRequest.
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 document provides reference documentation for the `GetOccurrenceNoteRequest` class within the Grafeas V1 API, specifically for version 3.2.0 of the .NET library."],["`GetOccurrenceNoteRequest` is used to request the note associated with a specified occurrence and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from the base `object` class and includes two constructors: a default constructor and one that accepts another `GetOccurrenceNoteRequest` instance."],["The `GetOccurrenceNoteRequest` class contains two key properties: `Name`, a string representing the occurrence's resource name, and `OccurrenceName`, a typed view of the `Name` property."],["The documentation also lists all available versions of the `GetOccurrenceNoteRequest` class, ranging from 2.2.0 up to 3.7.0, with 3.7.0 being the latest version."]]],[]]