Grafeas v1 API - Class BatchCreateNotesResponse (3.6.0)

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

Reference documentation and code samples for the Grafeas v1 API class BatchCreateNotesResponse.

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
RepeatedFieldNote