Related Object Filter Input

Input representation of the request to filter records of a related object.
JSON example
"relatedObjectFilters":
 [
    {
      "objectName": "ProductSpecificationRecType",
      "criteria":
 [{
      "property": "IsCommercial",
      "operator": "eq",
      "value": true
   }]
  }
  ]
Properties
Name Type Description Required or Optional Available Version
criteria Filter Criteria Input[] Criteria to filter the related objects. Required if the relatedObjectFilters property is specified. 60.0
object​Name String Name of the object that’s related to the main object. Required if the relatedObjectFilters property is specified. 60.0