GoogleApi.LibraryAgent.V1.Model.GoogleExampleLibraryagentV1ListShelvesResponse (google_api_library_agent v0.6.0) 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 to ListShelves 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() | nil,
    shelves:
      [GoogleApi.LibraryAgent.V1.Model.GoogleExampleLibraryagentV1Shelf.t()]
      | nil
  }

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.