Class GoogleExampleLibraryagentV1ListBooksResponse
Response message for LibraryAgent.ListBooks.
Implements
Inherited Members
Namespace: Google.Apis.Libraryagent.v1.Data
Assembly: Google.Apis.Libraryagent.v1.dll
Syntax
public class GoogleExampleLibraryagentV1ListBooksResponse : IDirectResponseSchema
Properties
Books
The list of books.
Declaration
[JsonProperty("books")]
public virtual IList<GoogleExampleLibraryagentV1Book> Books { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleExampleLibraryagentV1Book> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
NextPageToken
A token to retrieve next page of results. Pass this value in the ListBooksRequest.page_token field in the
subsequent call to ListBooks
method to retrieve the next page of results.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |