google_api_library_agent v0.4.0 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 toListShelvesmethod 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
Link to this type
t()
View Sourcet() ::
%GoogleApi.LibraryAgent.V1.Model.GoogleExampleLibraryagentV1ListShelvesResponse{
nextPageToken: String.t(),
shelves: [
GoogleApi.LibraryAgent.V1.Model.GoogleExampleLibraryagentV1Shelf.t()
]
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.