google_api_library_agent v0.4.2 GoogleApi.LibraryAgent.V1.Model.GoogleExampleLibraryagentV1ListBooksResponse View Source

Response message for LibraryAgent.ListBooks.

Attributes

  • books (type: list(GoogleApi.LibraryAgent.V1.Model.GoogleExampleLibraryagentV1Book.t), default: nil) - The list of books.
  • nextPageToken (type: String.t, default: nil) - 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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() ::
  %GoogleApi.LibraryAgent.V1.Model.GoogleExampleLibraryagentV1ListBooksResponse{
    books: [GoogleApi.LibraryAgent.V1.Model.GoogleExampleLibraryagentV1Book.t()],
    nextPageToken: String.t()
  }

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.