Struct google_books1::VolumeUserInfo [] [src]

pub struct VolumeUserInfo {
    pub is_family_shared_from_user: Option<bool>,
    pub rental_period: Option<VolumeUserInfoRentalPeriod>,
    pub acquisition_type: Option<i32>,
    pub is_purchased: Option<bool>,
    pub updated: Option<String>,
    pub is_preordered: Option<bool>,
    pub copy: Option<VolumeUserInfoCopy>,
    pub is_family_sharing_disabled_by_fop: Option<bool>,
    pub is_uploaded: Option<bool>,
    pub acquired_time: Option<String>,
    pub is_in_my_books: Option<bool>,
    pub user_uploaded_volume_info: Option<VolumeUserInfoUserUploadedVolumeInfo>,
    pub family_sharing: Option<VolumeUserInfoFamilySharing>,
    pub rental_state: Option<String>,
    pub is_family_sharing_allowed: Option<bool>,
    pub reading_position: Option<ReadingPosition>,
    pub is_family_shared_to_user: Option<bool>,
    pub entitlement_type: Option<i32>,
    pub review: Option<Review>,
}

User specific information related to this volume. (e.g. page this user last read or whether they purchased this book)

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

Fields

Whether or not the user shared this volume with the family.

Period during this book is/was a valid rental.

How this volume was acquired.

Whether or not this volume was purchased by the authenticated user making the request. (In LITE projection.)

Timestamp when this volume was last modified by a user action, such as a reading position update, volume purchase or writing a review. (RFC 3339 UTC date-time format).

Whether or not this volume was pre-ordered by the authenticated user making the request. (In LITE projection.)

Copy/Paste accounting information.

Deprecated: Replaced by familySharing.

Whether or not this volume was user uploaded.

Timestamp when this volume was acquired by the user. (RFC 3339 UTC date-time format) Acquiring includes purchase, user upload, receiving family sharing, etc.

Whether or not this volume is currently in "my books."

no description provided

Information on the ability to share with the family.

Whether this book is an active or an expired rental.

Deprecated: Replaced by familySharing.

The user's current reading position in the volume, if one is available. (In LITE projection.)

Whether or not the user received this volume through family sharing.

Whether this volume is purchased, sample, pd download etc.

This user's review of this volume, if one exists.

Trait Implementations

impl Default for VolumeUserInfo
[src]

[src]

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

impl Clone for VolumeUserInfo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for VolumeUserInfo
[src]

[src]

Formats the value using the given formatter.

impl NestedType for VolumeUserInfo
[src]

impl Part for VolumeUserInfo
[src]