View Source GoogleApi.LibraryAgent.V1.Model.GoogleExampleLibraryagentV1ListShelvesResponse (google_api_library_agent v0.7.0)
Response message for LibraryAgent.ListShelves.
Attributes
-
nextPageToken(type:String.t, default:nil) - A token to retrieve next page of results. Pass this value in the ListShelvesRequest.page_token field in the subsequent call toListShelvesmethod to retrieve the next page of results. -
shelves(type:list(GoogleApi.LibraryAgent.V1.Model.GoogleExampleLibraryagentV1Shelf.t), default:nil) - The list of shelves.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.LibraryAgent.V1.Model.GoogleExampleLibraryagentV1ListShelvesResponse{ nextPageToken: String.t() | nil, shelves: [GoogleApi.LibraryAgent.V1.Model.GoogleExampleLibraryagentV1Shelf.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.