google_api_books v0.6.0 GoogleApi.Books.V1.Model.ConcurrentAccessRestriction View Source
Attributes
deviceAllowed
(type:boolean()
, default:nil
) - Whether access is granted for this (user, device, volume).kind
(type:String.t
, default:books#concurrentAccessRestriction
) - Resource type.maxConcurrentDevices
(type:integer()
, default:nil
) - The maximum number of concurrent access licenses for this volume.message
(type:String.t
, default:nil
) - Error/warning message.nonce
(type:String.t
, default:nil
) - Client nonce for verification. Download access and client-validation only.reasonCode
(type:String.t
, default:nil
) - Error/warning reason code.restricted
(type:boolean()
, default:nil
) - Whether this volume has any concurrent access restrictions.signature
(type:String.t
, default:nil
) - Response signature.source
(type:String.t
, default:nil
) - Client app identifier for verification. Download access and client-validation only.timeWindowSeconds
(type:integer()
, default:nil
) - Time in seconds for license auto-expiration.volumeId
(type:String.t
, default:nil
) - Identifies the volume for which this entry applies.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.Books.V1.Model.ConcurrentAccessRestriction{
deviceAllowed: boolean(),
kind: String.t(),
maxConcurrentDevices: integer(),
message: String.t(),
nonce: String.t(),
reasonCode: String.t(),
restricted: boolean(),
signature: String.t(),
source: String.t(),
timeWindowSeconds: integer(),
volumeId: String.t()
}
t() :: %GoogleApi.Books.V1.Model.ConcurrentAccessRestriction{ deviceAllowed: boolean(), kind: String.t(), maxConcurrentDevices: integer(), message: String.t(), nonce: String.t(), reasonCode: String.t(), restricted: boolean(), signature: String.t(), source: String.t(), timeWindowSeconds: integer(), volumeId: String.t() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.