google_api_library_agent v0.4.2 GoogleApi.LibraryAgent.V1.Model.GoogleExampleLibraryagentV1Shelf View Source

A Shelf contains a collection of books with a theme.

Attributes

  • name (type: String.t, default: nil) - Output only. The resource name of the shelf. Shelf names have the form shelves/{shelf_id}. The name is ignored when creating a shelf.
  • theme (type: String.t, default: nil) - The theme of the shelf

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.GoogleExampleLibraryagentV1Shelf{
  name: String.t(),
  theme: String.t()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.