Struct google_books1::VolumeAccessInfoPdf[][src]

pub struct VolumeAccessInfoPdf {
    pub is_available: Option<bool>,
    pub download_link: Option<String>,
    pub acs_token_link: Option<String>,
}

Information about pdf content. (In LITE projection.)

This type is not used in any activity, and only used as part of another schema.

Fields

Is a scanned image pdf available either as public domain or for purchase. (In LITE projection.)

URL to download pdf. (In LITE projection.)

URL to retrieve ACS token for pdf download. (In LITE projection.)

Trait Implementations

impl Default for VolumeAccessInfoPdf
[src]

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

impl Clone for VolumeAccessInfoPdf
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for VolumeAccessInfoPdf
[src]

Formats the value using the given formatter. Read more

impl NestedType for VolumeAccessInfoPdf
[src]

impl Part for VolumeAccessInfoPdf
[src]

Auto Trait Implementations