Class ListNoteOccurrencesResponse (2.3.0)

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

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
RepeatedField<Occurrence>

Methods

GetEnumerator()

public IEnumerator<Occurrence> GetEnumerator()

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

Returns
TypeDescription
IEnumerator<Occurrence>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
TypeDescription
IEnumerator