EdgeClusterProjection

EdgeClusterProjection
EdgeClusterProjection

An object representing details of an edge cluster projection to an organization.

AllOf
This class requires all of the following:
JSON Example
{
    "projectedName": "string",
    "projectedDescription": "string",
    "id": "string",
    "org": {
        "name": "string",
        "id": "string"
    },
    "projectedEntity": {
        "name": "string",
        "id": "string"
    }
}