ObjectContent

ObjectContent
ObjectContent

The ObjectContent data object type contains the contents retrieved for a single managed object.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "obj": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "propSet": [
        {
            "_typeName": "string",
            "name": "string",
            "val": {
                "_typeName": "string"
            }
        }
    ],
    "missingSet": [
        {
            "_typeName": "string",
            "path": "string",
            "fault": {
                "_typeName": "string",
                "faultCause": "MethodFault Object",
                "faultMessage": [
                    {
                        "_typeName": "string",
                        "key": "string",
                        "arg": [
                            {
                                "_typeName": "string",
                                "key": "string",
                                "value": {
                                    "_typeName": "string"
                                }
                            }
                        ],
                        "message": "string"
                    }
                ]
            }
        }
    ]
}
obj
Required

Reference to the managed object that contains properties of interest.

propSet
Optional

Set of name-value pairs for the properties of the managed object.

missingSet
Optional

Properties for which values could not be retrieved and the associated fault.