SetFields

SetFields
SetFields

Set Fields is an action to set fields of the source event.

AllOf
This class requires all of the following:
JSON Example
{
    "resource_type": "string",
    "field_settings": [
        {
            "field_pointer": "string",
            "value": {
                "resource_type": "string"
            }
        }
    ]
}