ConcurrentAccessRestriction constructor

ConcurrentAccessRestriction({
  1. bool? deviceAllowed,
  2. String? kind,
  3. int? maxConcurrentDevices,
  4. String? message,
  5. String? nonce,
  6. String? reasonCode,
  7. bool? restricted,
  8. String? signature,
  9. String? source,
  10. int? timeWindowSeconds,
  11. String? volumeId,
})

Implementation

ConcurrentAccessRestriction({
  this.deviceAllowed,
  this.kind,
  this.maxConcurrentDevices,
  this.message,
  this.nonce,
  this.reasonCode,
  this.restricted,
  this.signature,
  this.source,
  this.timeWindowSeconds,
  this.volumeId,
});