ArrayOfHostServiceInfo

ArrayOfHostServiceInfo
ArrayOfHostServiceInfo

A boxed array of HostServiceInfo. To be used in Any placeholders.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "_value": [
        {
            "_typeName": "string",
            "service": [
                {
                    "_typeName": "string",
                    "key": "string",
                    "label": "string",
                    "required": false,
                    "uninstallable": false,
                    "running": false,
                    "ruleset": [
                        "string"
                    ],
                    "policy": "string",
                    "sourcePackage": {
                        "_typeName": "string",
                        "sourcePackageName": "string",
                        "description": "string"
                    }
                }
            ]
        }
    ]
}
_value
Required

_value