public sealed class CreateNoteRequest : IMessage<CreateNoteRequest>, IEquatable<CreateNoteRequest>, IDeepCloneable<CreateNoteRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Grafeas v1 API class CreateNoteRequest.
Request to create a new note.
Implements
IMessage CreateNoteRequest , IEquatable CreateNoteRequest , IDeepCloneable CreateNoteRequest , IBufferMessage , IMessageNamespace
Grafeas.V1Assembly
Grafeas.V1.dll
Constructors
CreateNoteRequest()
public CreateNoteRequest()
CreateNoteRequest(CreateNoteRequest)
public CreateNoteRequest(CreateNoteRequest other)
Properties
Note
public Note Note { get; set; }
The note to create.
NoteId
public string NoteId { get; set; }
The ID to use for this note.
Parent
public string Parent { get; set; }
The name of the project in the form of projects/[PROJECT_ID]
, under which
the note is to be created.
ParentAsProjectName
public ProjectName ParentAsProjectName { get; set; }
ProjectName -typed view over the Parent resource name property.