Show / Hide Table of Contents

Class ConcurrentAccessRestriction

Inheritance
object
ConcurrentAccessRestriction
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Books.v1.Data
Assembly: Google.Apis.Books.v1.dll
Syntax
public class ConcurrentAccessRestriction : IDirectResponseSchema

Properties

DeviceAllowed

Whether access is granted for this (user, device, volume).

Declaration
[JsonProperty("deviceAllowed")]
public virtual bool? DeviceAllowed { get; set; }
Property Value
Type Description
bool?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Kind

Resource type.

Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type Description
string

MaxConcurrentDevices

The maximum number of concurrent access licenses for this volume.

Declaration
[JsonProperty("maxConcurrentDevices")]
public virtual int? MaxConcurrentDevices { get; set; }
Property Value
Type Description
int?

Message

Error/warning message.

Declaration
[JsonProperty("message")]
public virtual string Message { get; set; }
Property Value
Type Description
string

Nonce

Client nonce for verification. Download access and client-validation only.

Declaration
[JsonProperty("nonce")]
public virtual string Nonce { get; set; }
Property Value
Type Description
string

ReasonCode

Error/warning reason code.

Declaration
[JsonProperty("reasonCode")]
public virtual string ReasonCode { get; set; }
Property Value
Type Description
string

Restricted

Whether this volume has any concurrent access restrictions.

Declaration
[JsonProperty("restricted")]
public virtual bool? Restricted { get; set; }
Property Value
Type Description
bool?

Signature

Response signature.

Declaration
[JsonProperty("signature")]
public virtual string Signature { get; set; }
Property Value
Type Description
string

Source

Client app identifier for verification. Download access and client-validation only.

Declaration
[JsonProperty("source")]
public virtual string Source { get; set; }
Property Value
Type Description
string

TimeWindowSeconds

Time in seconds for license auto-expiration.

Declaration
[JsonProperty("timeWindowSeconds")]
public virtual int? TimeWindowSeconds { get; set; }
Property Value
Type Description
int?

VolumeId

Identifies the volume for which this entry applies.

Declaration
[JsonProperty("volumeId")]
public virtual string VolumeId { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX