Name | Type | Description | Notes |
---|---|---|---|
key | String | The key. | [optional] |
from | String | A globally unique reference for objects. | [optional] |
to | String | Either "me" to apply to the attachment owner only, the ID of an object owned by the attachment owner, or a string representing the child object type to apply to. | [optional] |
triggers | [Any] | The API triggers that activate script execution. These will be event stream types or object types in the API, or, if scheduling execution periodically, a cron-job string prefixed with "!" (exclamation point). | [optional] |
language | String | The script language. | [optional] |
contents | String | The script contents. | [optional] |
requirements | [Any] | The script requirements. | [optional] |