Struct google_books1::FamilyInfoMembership[][src]

pub struct FamilyInfoMembership {
    pub acquire_permission: Option<String>,
    pub allowed_maturity_rating: Option<String>,
    pub role: Option<String>,
    pub age_group: Option<String>,
    pub is_in_family: Option<bool>,
}

Family membership info of the user that made the request.

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

Fields

Restrictions on user buying and acquiring content.

The maximum allowed maturity rating for the user.

The role of the user in the family.

The age group of the user.

no description provided

Trait Implementations

impl Default for FamilyInfoMembership
[src]

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

impl Clone for FamilyInfoMembership
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for FamilyInfoMembership
[src]

Formats the value using the given formatter. Read more

impl NestedType for FamilyInfoMembership
[src]

impl Part for FamilyInfoMembership
[src]

Auto Trait Implementations