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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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."]]],[]]