View Source GoogleApi.LibraryAgent.V1.Model.GoogleExampleLibraryagentV1ListBooksResponse (google_api_library_agent v0.7.0)
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 toListBooks
method to retrieve the next page of results.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.LibraryAgent.V1.Model.GoogleExampleLibraryagentV1ListBooksResponse{ books: [GoogleApi.LibraryAgent.V1.Model.GoogleExampleLibraryagentV1Book.t()] | nil, nextPageToken: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.