public sealed class GetNoteRequest : IMessage<GetNoteRequest>, IEquatable<GetNoteRequest>, IDeepCloneable<GetNoteRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Grafeas v1 API class GetNoteRequest.
Request to get a note.
Implements
IMessageGetNoteRequest, IEquatableGetNoteRequest, IDeepCloneableGetNoteRequest, IBufferMessage, IMessageNamespace
Grafeas.V1Assembly
Grafeas.V1.dll
Constructors
GetNoteRequest()
public GetNoteRequest()
GetNoteRequest(GetNoteRequest)
public GetNoteRequest(GetNoteRequest other)
Parameter | |
---|---|
Name | Description |
other | GetNoteRequest |
Properties
Name
public string Name { get; set; }
The name of the note in the form of
projects/[PROVIDER_ID]/notes/[NOTE_ID]
.
Property Value | |
---|---|
Type | Description |
string |
NoteName
public NoteName NoteName { get; set; }
Property Value | |
---|---|
Type | Description |
NoteName |