google_api_library_agent v0.4.0 GoogleApi.LibraryAgent.V1.Model.GoogleExampleLibraryagentV1Book View Source

A single book in the library.

Attributes

  • author (type: String.t, default: nil) - The name of the book author.
  • name (type: String.t, default: nil) - The resource name of the book. Book names have the form shelves/{shelf_id}/books/{book_id}. The name is ignored when creating a book.
  • read (type: boolean(), default: nil) - Value indicating whether the book has been read.
  • title (type: String.t, default: nil) - The title of the book.

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 Source
t() :: %GoogleApi.LibraryAgent.V1.Model.GoogleExampleLibraryagentV1Book{
  author: String.t(),
  name: String.t(),
  read: boolean(),
  title: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.