| Name | Type | Description | Notes |
|---|---|---|---|
| id | Integer | Unique ID | [optional] |
| code | String | The code for this definition | [optional] |
| updatedAt | DateTime | ISO 8601 timestamp when the resource was updated | [optional] |
| createdAt | DateTime | ISO 8601 timestamp when the resource was created | [optional] |
| versionNumber | Integer | Version of definition | [optional] |
| language | String | The language of the definition. Valid values are ruby, javascript | [optional] |
| status | String | Status of the definition. Valid values are editable, validating, active, archived, disabled | [optional] |
| customSignature | CustomSignature | Associated Custom Signature | [optional] |
| customSignatureId | Integer | Associated Custom Signature ID | [optional] |
| results | List<CustomSignatureResult> | Associated Results | [optional] |
| resultIds | List<Integer> | Associated Results IDs | [optional] |
This repository was archived by the owner on Jan 12, 2021. It is now read-only.