Files
fn-serverless/vendor/github.com/funcy/functions_go/docs/NewTask.md
2017-06-30 11:22:56 -07:00

584 B

NewTask

Properties

Name Type Description Notes
Image string Name of Docker image to use. This is optional and can be used to override the image defined at the group level. [default to null]
Payload string Payload for the task. This is what you pass into each task to make it do something. [optional] [default to null]

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