public sealed class ListNoteOccurrencesResponse : IMessage<ListNoteOccurrencesResponse>, IEquatable<ListNoteOccurrencesResponse>, IDeepCloneable<ListNoteOccurrencesResponse>, IBufferMessage, IMessage, IPageResponse<Occurrence>, IEnumerable<Occurrence>, IEnumerable
Response for listing occurrences for a note.
Implements
IMessage<ListNoteOccurrencesResponse>, IEquatable<ListNoteOccurrencesResponse>, IDeepCloneable<ListNoteOccurrencesResponse>, IBufferMessage, IMessage, IPageResponse<Occurrence>, IEnumerable<Occurrence>, IEnumerableNamespace
Grafeas.V1Assembly
Grafeas.V1.dll
Constructors
ListNoteOccurrencesResponse()
public ListNoteOccurrencesResponse()
ListNoteOccurrencesResponse(ListNoteOccurrencesResponse)
public ListNoteOccurrencesResponse(ListNoteOccurrencesResponse other)
Parameter | |
---|---|
Name | Description |
other | ListNoteOccurrencesResponse |
Properties
NextPageToken
public string NextPageToken { get; set; }
Token to provide to skip to a particular spot in the list.
Property Value | |
---|---|
Type | Description |
String |
Occurrences
public RepeatedField<Occurrence> Occurrences { get; }
The occurrences attached to the specified note.
Property Value | |
---|---|
Type | Description |
RepeatedField<Occurrence> |
Methods
GetEnumerator()
public IEnumerator<Occurrence> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumerator<Occurrence> |
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()
Returns | |
---|---|
Type | Description |
IEnumerator |