| Name | Type | Description | Notes |
|---|---|---|---|
| id | int | Unique ID | [optional] |
| code | str | The code for this definition | [optional] |
| updated_at | datetime | ISO 8601 timestamp when the resource was updated | [optional] |
| created_at | datetime | ISO 8601 timestamp when the resource was created | [optional] |
| version_number | int | Version of definition | [optional] |
| language | str | The language of the definition. Valid values are ruby, javascript | [optional] |
| status | str | Status of the definition. Valid values are editable, validating, active, archived, disabled | [optional] |
| custom_signature | CustomSignature | Associated Custom Signature | [optional] |
| custom_signature_id | int | Associated Custom Signature ID | [optional] |
| results | list[CustomSignatureResult] | Associated Results | [optional] |
| result_ids | list[int] | Associated Results IDs | [optional] |