ChefAction object
Polymorphism
ChefAction is a type that implements the Action type.
When an object of type Action is expected, you can use one of type ChefAction (or use any other implementation).
Example JSON representation
{
"actionType": "ChefAction"
}
Properties
property | attributes | valid values | description | filter option |
---|---|---|---|---|
actionType string |
required |
"ChefAction" |