ResourceOperation

ResourceOperation
ResourceOperation

Resource Operation is an Event Source that represents a resource that is being changed at very specific points of time, with regard to its interaction with dao layer.

AllOf
This class requires all of the following:
JSON Example
{
    "resource_type": "string",
    "operation_types": [
        "string"
    ],
    "resource_pointer": "string"
}