public sealed class BatchCreateOccurrencesResponse : IMessage<BatchCreateOccurrencesResponse>, IEquatable<BatchCreateOccurrencesResponse>, IDeepCloneable<BatchCreateOccurrencesResponse>, IBufferMessage, IMessage
Response 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)
Name | Description |
other | BatchCreateOccurrencesResponse |
Properties
Occurrences
public RepeatedField<Occurrence> Occurrences { get; }
The occurrences that were created.
Type | Description |
RepeatedField<Occurrence> |