Grafeas v1 API - Class ListNoteOccurrencesResponse (3.6.0)

public sealed class ListNoteOccurrencesResponse : IMessage<ListNoteOccurrencesResponse>, IEquatable<ListNoteOccurrencesResponse>, IDeepCloneable<ListNoteOccurrencesResponse>, IBufferMessage, IMessage, IPageResponse<Occurrence>, IEnumerable<Occurrence>, IEnumerable

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

Response for listing occurrences for a note.

Inheritance

object > ListNoteOccurrencesResponse

Namespace

Grafeas.V1

Assembly

Grafeas.V1.dll

Constructors

ListNoteOccurrencesResponse()

public ListNoteOccurrencesResponse()

ListNoteOccurrencesResponse(ListNoteOccurrencesResponse)

public ListNoteOccurrencesResponse(ListNoteOccurrencesResponse other)
Parameter
NameDescription
otherListNoteOccurrencesResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

Token to provide to skip to a particular spot in the list.

Property Value
TypeDescription
string

Occurrences

public RepeatedField<Occurrence> Occurrences { get; }

The occurrences attached to the specified note.

Property Value
TypeDescription
RepeatedFieldOccurrence

Methods

GetEnumerator()

public IEnumerator<Occurrence> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumeratorOccurrence