Show / Hide Table of Contents

Class GoogleExampleLibraryagentV1ListBooksResponse

Response message for LibraryAgent.ListBooks.

Inheritance
object
GoogleExampleLibraryagentV1ListBooksResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX