Name | Type | Description | Notes |
---|---|---|---|
key | kotlin.String | The key. | [optional] |
from | kotlin.String | A globally unique reference for objects. | [optional] |
to | kotlin.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 | kotlin.Array<kotlin.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 | kotlin.String | The script language. | [optional] |
contents | kotlin.String | The script contents. | [optional] |
requirements | kotlin.Array<kotlin.Any> | The script requirements. | [optional] |