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