Interface IPageResponse<TResource> (4.4.0)

public interface IPageResponse<TResource> : IEnumerable<TResource>, IEnumerable

A response in a page-streaming operation.

Namespace

Google.Api.Gax.Grpc

Assembly

Google.Api.Gax.Grpc.dll

Type Parameter

NameDescription
TResource

The type of resource contained in the response.

Properties

NextPageToken

string NextPageToken { get; }

The token to set in the PageToken when requesting the next page of results.

Property Value
TypeDescription
string