Struct google_books1::Annotationdata [] [src]

pub struct Annotationdata {
    pub annotation_type: Option<String>,
    pub kind: Option<String>,
    pub updated: Option<String>,
    pub volume_id: Option<String>,
    pub encoded_data: Option<String>,
    pub layer_id: 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 data is for.

Resource Type

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

The volume id for this data. *

Base64 encoded data for this annotation data.

The Layer id for this data. *

no description provided

Unique id for this annotation data.

URL for this resource. *

Trait Implementations

impl Default for Annotationdata
[src]

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

impl Clone for Annotationdata
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Annotationdata
[src]

Formats the value using the given formatter.

impl ResponseResult for Annotationdata
[src]