View Source GoogleApi.Books.V1.Model.AnnotationClientVersionRanges (google_api_books v0.21.0)
Selection ranges sent from the client.
Attributes
-
cfiRange(type:GoogleApi.Books.V1.Model.BooksAnnotationsRange.t, default:nil) - Range in CFI format for this annotation sent by client. -
contentVersion(type:String.t, default:nil) - Content version the client sent in. -
gbImageRange(type:GoogleApi.Books.V1.Model.BooksAnnotationsRange.t, default:nil) - Range in GB image format for this annotation sent by client. -
gbTextRange(type:GoogleApi.Books.V1.Model.BooksAnnotationsRange.t, default:nil) - Range in GB text format for this annotation sent by client. -
imageCfiRange(type:GoogleApi.Books.V1.Model.BooksAnnotationsRange.t, default:nil) - Range in image CFI format for this annotation sent by client.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Books.V1.Model.AnnotationClientVersionRanges{ cfiRange: GoogleApi.Books.V1.Model.BooksAnnotationsRange.t() | nil, contentVersion: String.t() | nil, gbImageRange: GoogleApi.Books.V1.Model.BooksAnnotationsRange.t() | nil, gbTextRange: GoogleApi.Books.V1.Model.BooksAnnotationsRange.t() | nil, imageCfiRange: GoogleApi.Books.V1.Model.BooksAnnotationsRange.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.