| currentAPI | Long | The current number of API calls allowed by the license. | [optional] [default to null] |
| currentBytes | Long | The current number of bytes to be processed under this license. | [optional] [default to null] |
| currentTasks | Long | The current number of tasks that can be processed on the system. | [optional] [default to null] |
| licenseExpiration | Date | This is the datetime the license will expire | [optional] [default to null] |
| licenseID | UUID | License ID | [optional] [default to null] |
| licenseKey | String | This is the encoded license string | [optional] [default to null] |
| licenseValidation | String | This contains the validation information for the license | [optional] [default to null] |
| maxAPI | Long | The maximum number of API calls allowed by the license. If 0, then unlimited. | [optional] [default to null] |
| maxBytes | Long | The maximum number of bytes to be processed under this license. If 0, then unlimited. | [optional] [default to null] |
| maxHosts | Long | The maximum number of hosts allowed in the system. If 0, then unlimited. | [optional] [default to null] |
| maxTasks | Long | The maximum number of tasks that can be processed on the system. If 0, then unlimited. | [optional] [default to null] |