Grafeas v1 API - Class ListNotesResponse (3.2.0)

public sealed class ListNotesResponse : IMessage<ListNotesResponse>, IEquatable<ListNotesResponse>, IDeepCloneable<ListNotesResponse>, IBufferMessage, IMessage, IPageResponse<Note>, IEnumerable<Note>, IEnumerable

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

Response for listing notes.

Inheritance

object > ListNotesResponse

Namespace

GrafeasV1

Assembly

Grafeas.V1.dll

Constructors

ListNotesResponse()

public ListNotesResponse()

ListNotesResponse(ListNotesResponse)

public ListNotesResponse(ListNotesResponse other)
Parameter
NameDescription
otherListNotesResponse

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

Notes

public RepeatedField<Note> Notes { get; }

The notes requested.

Property Value
TypeDescription
RepeatedFieldNote

Methods

GetEnumerator()

public IEnumerator<Note> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorNote