public sealed class BatchCreateNotesResponse : IMessage<BatchCreateNotesResponse>, IEquatable<BatchCreateNotesResponse>, IDeepCloneable<BatchCreateNotesResponse>, IBufferMessage, IMessage
Response for creating notes in batch.
Implements
IMessage<BatchCreateNotesResponse>, IEquatable<BatchCreateNotesResponse>, IDeepCloneable<BatchCreateNotesResponse>, IBufferMessage, IMessageNamespace
Grafeas.V1Assembly
Grafeas.V1.dll
Constructors
BatchCreateNotesResponse()
public BatchCreateNotesResponse()
BatchCreateNotesResponse(BatchCreateNotesResponse)
public BatchCreateNotesResponse(BatchCreateNotesResponse other)
Parameter | |
---|---|
Name | Description |
other | BatchCreateNotesResponse |
Properties
Notes
public RepeatedField<Note> Notes { get; }
The notes that were created.
Property Value | |
---|---|
Type | Description |
RepeatedField<Note> |