google_api_books v0.15.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:nil
) - 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
Specs
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
Specs
Unwrap a decoded JSON object into its complex fields.