Grafeas v1 API - Class ListOccurrencesResponse (3.2.0)

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

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

Response for listing occurrences.

Inheritance

object > ListOccurrencesResponse

Namespace

GrafeasV1

Assembly

Grafeas.V1.dll

Constructors

ListOccurrencesResponse()

public ListOccurrencesResponse()

ListOccurrencesResponse(ListOccurrencesResponse)

public ListOccurrencesResponse(ListOccurrencesResponse other)
Parameter
NameDescription
otherListOccurrencesResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

The next pagination token in the list response. It should be used as page_token for the following request. An empty value means no more results.

Property Value
TypeDescription
string

Occurrences

public RepeatedField<Occurrence> Occurrences { get; }

The occurrences requested.

Property Value
TypeDescription
RepeatedFieldOccurrence

Methods

GetEnumerator()

public IEnumerator<Occurrence> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorOccurrence