Struct google_books1::Volumeannotations [] [src]

pub struct Volumeannotations {
    pub next_page_token: Option<String>,
    pub items: Option<Vec<Volumeannotation>>,
    pub kind: Option<String>,
    pub version: Option<String>,
    pub total_items: Option<i32>,
}

There is no detailed description.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

Token to pass in for pagination for the next page. This will not be present if this request does not have more results.

A list of volume annotations.

Resource type

The version string for all of the volume annotations in this layer (not just the ones in this response). Note: the version string doesn't apply to the annotation data, just the information in this response (e.g. the location of annotations in the book).

The total number of volume annotations found.

Trait Implementations

impl Default for Volumeannotations
[src]

Returns the "default value" for a type. Read more

impl Clone for Volumeannotations
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Volumeannotations
[src]

Formats the value using the given formatter.

impl ResponseResult for Volumeannotations
[src]