Struct google_books1::Volumeannotation [] [src]

pub struct Volumeannotation {
    pub annotation_type: Option<String>,
    pub kind: Option<String>,
    pub deleted: Option<bool>,
    pub content_ranges: Option<VolumeannotationContentRanges>,
    pub updated: Option<String>,
    pub volume_id: Option<String>,
    pub annotation_data_id: Option<String>,
    pub annotation_data_link: Option<String>,
    pub page_ids: Option<Vec<String>>,
    pub layer_id: Option<String>,
    pub selected_text: Option<String>,
    pub data: Option<String>,
    pub id: Option<String>,
    pub self_link: Option<String>,
}

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

The type of annotation this is.

Resource Type

Indicates that this annotation is deleted.

The content ranges to identify the selected text.

Timestamp for the last time this anntoation was updated. (RFC 3339 UTC date-time format).

The Volume this annotation is for.

The annotation data id for this volume annotation.

Link to get data for this annotation.

Pages the annotation spans.

The Layer this annotation is for.

Excerpt from the volume.

Data for this annotation.

Unique id of this volume annotation.

URL to this resource.

Trait Implementations

impl Default for Volumeannotation
[src]

[src]

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

impl Clone for Volumeannotation
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Volumeannotation
[src]

[src]

Formats the value using the given formatter.

impl ResponseResult for Volumeannotation
[src]