google_api_books v0.2.0 GoogleApi.Books.V1.Model.AnnotationCurrentVersionRanges View Source
Selection ranges for the most recent content version.
Attributes
- cfiRange (BooksAnnotationsRange): Range in CFI format for this annotation for version above. Defaults to:
null
. - contentVersion (String.t): Content version applicable to ranges below. Defaults to:
null
. - gbImageRange (BooksAnnotationsRange): Range in GB image format for this annotation for version above. Defaults to:
null
. - gbTextRange (BooksAnnotationsRange): Range in GB text format for this annotation for version above. Defaults to:
null
. - imageCfiRange (BooksAnnotationsRange): Range in image CFI format for this annotation for version above. Defaults to:
null
.
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.AnnotationCurrentVersionRanges{ cfiRange: GoogleApi.Books.V1.Model.BooksAnnotationsRange.t(), contentVersion: any(), 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
Unwrap a decoded JSON object into its complex fields.