Class BatchCreateNotesResponse (2.4.0)

public sealed class BatchCreateNotesResponse : IMessage<BatchCreateNotesResponse>, IEquatable<BatchCreateNotesResponse>, IDeepCloneable<BatchCreateNotesResponse>, IBufferMessage, IMessage

Response for creating notes in batch.

Inheritance

Object > BatchCreateNotesResponse

Namespace

Grafeas.V1

Assembly

Grafeas.V1.dll

Constructors

BatchCreateNotesResponse()

public BatchCreateNotesResponse()

BatchCreateNotesResponse(BatchCreateNotesResponse)

public BatchCreateNotesResponse(BatchCreateNotesResponse other)
Parameter
NameDescription
otherBatchCreateNotesResponse

Properties

Notes

public RepeatedField<Note> Notes { get; }

The notes that were created.

Property Value
TypeDescription
RepeatedField<Note>