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.
Implements
IMessageBatchCreateNotesResponse, IEquatableBatchCreateNotesResponse, IDeepCloneableBatchCreateNotesResponse, 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 |
RepeatedFieldNote |