google_api_books v0.5.0 GoogleApi.Books.V1.Model.ConcurrentAccessRestriction View Source
Attributes
- deviceAllowed (boolean()): Whether access is granted for this (user, device, volume). Defaults to
nil
. - kind (String.t): Resource type. Defaults to
books#concurrentAccessRestriction
. - maxConcurrentDevices (integer()): The maximum number of concurrent access licenses for this volume. Defaults to
nil
. - message (String.t): Error/warning message. Defaults to
nil
. - nonce (String.t): Client nonce for verification. Download access and client-validation only. Defaults to
nil
. - reasonCode (String.t): Error/warning reason code. Defaults to
nil
. - restricted (boolean()): Whether this volume has any concurrent access restrictions. Defaults to
nil
. - signature (String.t): Response signature. Defaults to
nil
. - source (String.t): Client app identifier for verification. Download access and client-validation only. Defaults to
nil
. - timeWindowSeconds (integer()): Time in seconds for license auto-expiration. Defaults to
nil
. - volumeId (String.t): Identifies the volume for which this entry applies. Defaults to
nil
.
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.