NodeProtonServiceProperties

NodeProtonServiceProperties
NodeProtonServiceProperties
AllOf
This class requires all of the following:
JSON Example
{
    "_self": {
        "rel": "string"
    },
    "service_name": "string",
    "_links": [
        {
            "action": "string",
            "href": "string",
            "rel": "string"
        }
    ],
    "_schema": "string",
    "service_properties": {
        "package_logging_level": [
            {
                "logging_level": "string",
                "package_name": "string"
            }
        ],
        "logging_level": "string"
    }
}