Struct google_books1::ConcurrentAccessRestriction[][src]

pub struct ConcurrentAccessRestriction {
    pub nonce: Option<String>,
    pub kind: Option<String>,
    pub restricted: Option<bool>,
    pub volume_id: Option<String>,
    pub max_concurrent_devices: Option<i32>,
    pub device_allowed: Option<bool>,
    pub source: Option<String>,
    pub time_window_seconds: Option<i32>,
    pub signature: Option<String>,
    pub reason_code: Option<String>,
    pub message: Option<String>,
}

There is no detailed description.

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

Fields

Client nonce for verification. Download access and client-validation only.

Resource type.

Whether this volume has any concurrent access restrictions.

Identifies the volume for which this entry applies.

The maximum number of concurrent access licenses for this volume.

Whether access is granted for this (user, device, volume).

Client app identifier for verification. Download access and client-validation only.

Time in seconds for license auto-expiration.

Response signature.

Error/warning reason code.

Error/warning message.

Trait Implementations

impl Default for ConcurrentAccessRestriction
[src]

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

impl Clone for ConcurrentAccessRestriction
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ConcurrentAccessRestriction
[src]

Formats the value using the given formatter. Read more

impl Part for ConcurrentAccessRestriction
[src]

Auto Trait Implementations