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

Latest commit

 

History

History
20 lines (16 loc) · 1.27 KB

File metadata and controls

20 lines (16 loc) · 1.27 KB

CustomSignatureDefinition

Properties

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]

[Back to Model list] [Back to API list] [Back to README]