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."],[[["The latest version of the `GetOccurrenceNoteRequest` class in the Grafeas v1 API is 3.7.0, and previous versions are available for reference down to version 2.2.0."],["`GetOccurrenceNoteRequest` is used to retrieve the note associated with a specific occurrence, as detailed within its reference documentation."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its functionality within the Grafeas API framework."],["`GetOccurrenceNoteRequest` has two constructors, a default one and another that accepts another `GetOccurrenceNoteRequest` object."],["The class has two public properties: `Name`, a string representing the occurrence name, and `OccurrenceName`, a typed view of the resource name."]]],[]]