google_api_books v0.2.0 GoogleApi.Books.V1.Model.ConcurrentAccessRestriction View Source

Attributes

  • deviceAllowed (boolean()): Whether access is granted for this (user, device, volume). Defaults to: null.
  • kind (String.t): Resource type. Defaults to: null.
  • maxConcurrentDevices (integer()): The maximum number of concurrent access licenses for this volume. Defaults to: null.
  • message (String.t): Error/warning message. Defaults to: null.
  • nonce (String.t): Client nonce for verification. Download access and client-validation only. Defaults to: null.
  • reasonCode (String.t): Error/warning reason code. Defaults to: null.
  • restricted (boolean()): Whether this volume has any concurrent access restrictions. Defaults to: null.
  • signature (String.t): Response signature. Defaults to: null.
  • source (String.t): Client app identifier for verification. Download access and client-validation only. Defaults to: null.
  • timeWindowSeconds (integer()): Time in seconds for license auto-expiration. Defaults to: null.
  • volumeId (String.t): Identifies the volume for which this entry applies. Defaults to: null.

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() :: %GoogleApi.Books.V1.Model.ConcurrentAccessRestriction{
  deviceAllowed: any(),
  kind: any(),
  maxConcurrentDevices: any(),
  message: any(),
  nonce: any(),
  reasonCode: any(),
  restricted: any(),
  signature: any(),
  source: any(),
  timeWindowSeconds: any(),
  volumeId: any()
}

Link to this section Functions

Link to this function decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.