Grafeas v1 API - Class BatchCreateOccurrencesResponse (3.6.0)

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

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

Response for creating occurrences in batch.

Inheritance

object > BatchCreateOccurrencesResponse

Namespace

Grafeas.V1

Assembly

Grafeas.V1.dll

Constructors

BatchCreateOccurrencesResponse()

public BatchCreateOccurrencesResponse()

BatchCreateOccurrencesResponse(BatchCreateOccurrencesResponse)

public BatchCreateOccurrencesResponse(BatchCreateOccurrencesResponse other)
Parameter
NameDescription
otherBatchCreateOccurrencesResponse

Properties

Occurrences

public RepeatedField<Occurrence> Occurrences { get; }

The occurrences that were created.

Property Value
TypeDescription
RepeatedFieldOccurrence