View Source GoogleApi.Books.V1.Model.ConcurrentAccessRestriction (google_api_books v0.21.0)
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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Books.V1.Model.ConcurrentAccessRestriction{ deviceAllowed: boolean() | nil, kind: String.t() | nil, maxConcurrentDevices: integer() | nil, message: String.t() | nil, nonce: String.t() | nil, reasonCode: String.t() | nil, restricted: boolean() | nil, signature: String.t() | nil, source: String.t() | nil, timeWindowSeconds: integer() | nil, volumeId: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.