google_api_books v0.8.0 GoogleApi.Books.V1.Model.Annotationsdata View Source
Attributes
items
(type:list(GoogleApi.Books.V1.Model.Annotationdata.t)
, default:nil
) - A list of Annotation Data.kind
(type:String.t
, default:books#annotationsdata
) - Resource typenextPageToken
(type:String.t
, default:nil
) - Token to pass in for pagination for the next page. This will not be present if this request does not have more results.totalItems
(type:integer()
, default:nil
) - The total number of volume annotations found.
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 Sourcet() :: %GoogleApi.Books.V1.Model.Annotationsdata{ items: [GoogleApi.Books.V1.Model.Annotationdata.t()], kind: String.t(), nextPageToken: String.t(), totalItems: integer() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.