google_api_library_agent v0.4.2 GoogleApi.LibraryAgent.V1.Model.GoogleExampleLibraryagentV1ListShelvesResponse View Source
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 toListShelves
method to retrieve the next page of results.shelves
(type:list(GoogleApi.LibraryAgent.V1.Model.GoogleExampleLibraryagentV1Shelf.t)
, default:nil
) - The list of shelves.
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.GoogleExampleLibraryagentV1ListShelvesResponse{ nextPageToken: String.t(), shelves: [ GoogleApi.LibraryAgent.V1.Model.GoogleExampleLibraryagentV1Shelf.t() ] }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.