Fields on custom workflow action to be updated.
| Name | Type | Description | Notes |
|---|---|---|---|
| ActionUrl | string | The URL that will accept an HTTPS request each time workflows executes the custom action. | [optional] |
| Published | bool | Whether this custom action is published to customers. | [optional] |
| InputFields | List<InputFieldDefinition> | The list of input fields to display in this custom action. | [optional] |
| ObjectRequestOptions | ObjectRequestOptions | [optional] | |
| InputFieldDependencies | List<OneOfSingleFieldDependencyConditionalSingleFieldDependency> | A list of dependencies between the input fields. These configure when the input fields should be visible. | [optional] |
| Labels | Dictionary<string, ActionLabels> | The user-facing labels for the custom action. | [optional] |
| ObjectTypes | List<string> | The object types that this custom action supports. | [optional] |