Skip to main content

License

No description

type License {
_: Boolean
api: Boolean @deprecated
allowOverage: Boolean
canUsePlugins: Boolean
contractedLabelingHours: Int
enableSmartTools: Boolean
expiryDate: String
inputType: [String!]
maxNumberOfAnnotations: Int
maxNumberOfAssets: Int
maxNumberOfLabeledAssets: Int
maxNumberOfProjectUsers: Int
maxRateLimitApi: Int
organizationId: String
seats: Int
startDate: String
type: LicenseType
uploadCloudData: Boolean
uploadLocalData: Boolean
}

Fields

License._ ● Boolean scalar

License.allowOverage ● Boolean scalar

License.canUsePlugins ● Boolean scalar

License.contractedLabelingHours ● Int scalar

License.enableSmartTools ● Boolean scalar

License.expiryDate ● String scalar

License.inputType ● [String!] list scalar

License.maxNumberOfAnnotations ● Int scalar

License.maxNumberOfAssets ● Int scalar

License.maxNumberOfLabeledAssets ● Int scalar

License.maxNumberOfProjectUsers ● Int scalar

License.maxRateLimitApi ● Int scalar

License.organizationId ● String scalar

License.seats ● Int scalar

License.startDate ● String scalar

License.type ● LicenseType enum

License.uploadCloudData ● Boolean scalar

License.uploadLocalData ● Boolean scalar

Show deprecated

Member Of

Organization object