Skip to content
This repository was archived by the owner on Jan 12, 2021. It is now read-only.

Latest commit

 

History

History
18 lines (15 loc) · 1.12 KB

File metadata and controls

18 lines (15 loc) · 1.12 KB

ESP::CustomSignatureDefinition

Properties

Name Type Description Notes
id Integer Unique ID [optional]
code String 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 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]
custom_signature CustomSignature Associated Custom Signature [optional]
custom_signature_id Integer Associated Custom Signature ID [optional]
results Array<CustomSignatureResult> Associated Results [optional]
result_ids Array<Integer> Associated Results IDs [optional]