ProtectionInfo
No description
type ProtectionInfo {
devices: Int!
copy: Int!
print: Int!
tts: Boolean!
}
Fields
ProtectionInfo.devices
● Int!
non-null scalar
The number of devices on which a single loan can be accessed.
ProtectionInfo.copy
● Int!
non-null scalar
The amount of content that can be copied over the lifetime of the license, in characters.
ProtectionInfo.print
● Int!
non-null scalar
The amount of content that can be printed over the lifetime of the license, in characters.
ProtectionInfo.tts
● Boolean!
non-null scalar
Is text-to-speech allowed?
Member of
License
object