Grafeas v1 API - Class ListNotesResponse (3.4.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

Grafeas.V1

Assembly

Grafeas.V1.dll

Constructors

ListNotesResponse()

 public ListNotesResponse() 

ListNotesResponse(ListNotesResponse)

 public ListNotesResponse(ListNotesResponse other) 
Parameter
Name
Description

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
Type
Description

Notes

 public RepeatedField<Note> Notes { get; } 

The notes requested.

Property Value
Type
Description

Methods

GetEnumerator()

 public IEnumerator<Note> GetEnumerator() 

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

Returns
Type
Description
Create a Mobile Website
View Site in Mobile | Classic
Share by: