Struct google_books1::Layersummary [] [src]

pub struct Layersummary {
    pub kind: Option<String>,
    pub annotation_count: Option<i32>,
    pub data_count: Option<i32>,
    pub annotation_types: Option<Vec<String>>,
    pub updated: Option<String>,
    pub volume_id: Option<String>,
    pub annotations_data_link: Option<String>,
    pub annotations_link: Option<String>,
    pub content_version: Option<String>,
    pub layer_id: Option<String>,
    pub volume_annotations_version: 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

Resource Type

The number of annotations for this layer.

The number of data items for this layer.

The list of annotation types contained for this layer.

Timestamp for the last time an item in this layer was updated. (RFC 3339 UTC date-time format).

The volume id this resource is for.

Link to get data for this annotation.

The link to get the annotations for this layer.

The content version this resource is for.

The layer id for this summary.

The current version of this layer's volume annotations. Note that this version applies only to the data in the books.layers.volumeAnnotations.* responses. The actual annotation data is versioned separately.

Unique id of this layer summary.

URL to this resource.

Trait Implementations

impl Default for Layersummary
[src]

[src]

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

impl Clone for Layersummary
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Layersummary
[src]

[src]

Formats the value using the given formatter.

impl ResponseResult for Layersummary
[src]