> RESOURCES_BY_RESOURCEID_OPERATIONS

        Handle resource of type resources_by_resourceid_operations

OPTIONS (= is mandatory):

- beforeDate
        Only delete operations before the given date. For example:
        '2020-02-12' would delete any operations before Feb 2nd, 2020.
        If no date is specified, it will delete all completed
        operations.
        [Default: (null)]
        type: str

- description
        Description of the operation
        [Default: (null)]
        type: str

- inputs
        Inputs of the operation
        Validate attributes are:
         - `obj' (list):
        [Default: (null)]
        type: dict

- interface
        ID of the interface
        [Default: (null)]
        type: str

- limit
        The maximum number of elements to return in a single paged
        request
        [Default: (null)]
        type: int

- offset
        Requested offset within the total result set to be the first
        element in the paged response
        [Default: (null)]
        type: int

- p
        Optional query parameter to define a partial string match
        filter using property:value syntax
        [Default: (null)]
        type: str

- pageToken
        String pagination token returned from a previous query that
        encodes query information in order to optimize a
        subsequent request for a page of results. The token includes
        the limit and offset parameters for the next page, but one or
        both can be included to override the encoded values
        [Default: (null)]
        type: str

- q
        Optional query parameter to define a query filter using
        property:value syntax
        [Default: (null)]
        type: str

- resourceId
        Identifier of the resource for whom the operation is being
        created
        [Default: (null)]
        type: str

- resourceStateConstraints
        Constraints of the resource state for this operation to
        execute
        Validate attributes are:
         - `obj' (list):
        [Default: (null)]
        type: dict

- state
        (Choices: delete, get, head, post)[Default: (null)]
        type: str

- title
        Title of the operation
        [Default: (null)]
        type: str


REQUIREMENTS:  python >= 3.6
