google_api_books v0.5.0 GoogleApi.Books.V1.Model.AnnotationClientVersionRanges View Source

Selection ranges sent from the client.

Attributes

  • cfiRange (GoogleApi.Books.V1.Model.BooksAnnotationsRange.t): Range in CFI format for this annotation sent by client. Defaults to nil.
  • contentVersion (String.t): Content version the client sent in. Defaults to nil.
  • gbImageRange (GoogleApi.Books.V1.Model.BooksAnnotationsRange.t): Range in GB image format for this annotation sent by client. Defaults to nil.
  • gbTextRange (GoogleApi.Books.V1.Model.BooksAnnotationsRange.t): Range in GB text format for this annotation sent by client. Defaults to nil.
  • imageCfiRange (GoogleApi.Books.V1.Model.BooksAnnotationsRange.t): Range in image CFI format for this annotation sent by client. Defaults to nil.

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.Books.V1.Model.AnnotationClientVersionRanges{
  cfiRange: GoogleApi.Books.V1.Model.BooksAnnotationsRange.t(),
  contentVersion: String.t(),
  gbImageRange: GoogleApi.Books.V1.Model.BooksAnnotationsRange.t(),
  gbTextRange: GoogleApi.Books.V1.Model.BooksAnnotationsRange.t(),
  imageCfiRange: GoogleApi.Books.V1.Model.BooksAnnotationsRange.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.