NetworkPoolProjection

NetworkPoolProjection
NetworkPoolProjection

An object representing details of a network pool 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"
    },
    "totalBackingsCount": 0
}