| Field | Type | Required | Description |
|---|---|---|---|
id |
str | ✔️ | The ID of the object. |
created_at |
date | ✔️ | Creation timestamp of the object. |
modified_at |
date | ✔️ | Last modification timestamp of the object. |
organization_id |
str | ✔️ | N/A |
customer_id |
str | ✔️ | N/A |
customer |
models.LicenseKeyCustomer | ✔️ | N/A |
benefit_id |
str | ✔️ | The benefit ID. |
key |
str | ✔️ | N/A |
display_key |
str | ✔️ | N/A |
status |
models.LicenseKeyStatus | ✔️ | N/A |
limit_activations |
Nullable[int] | ✔️ | N/A |
usage |
int | ✔️ | N/A |
limit_usage |
Nullable[int] | ✔️ | N/A |
validations |
int | ✔️ | N/A |
last_validated_at |
date | ✔️ | N/A |
expires_at |
date | ✔️ | N/A |
activation |
OptionalNullable[models.LicenseKeyActivationBase] | ➖ | N/A |