CatalogContentSources

CatalogContentSources
CatalogContentSources

A list of Catalog content sources.

AllOf
This class requires all of the following:
JSON Example
{
    "resultTotal": 0,
    "pageCount": 0,
    "page": 0,
    "pageSize": 0,
    "associations": [
        {
            "entityId": "string",
            "associationId": "string"
        }
    ],
    "values": [
        {
            "id": "string",
            "url": "string",
            "description": "string",
            "sourceType": "string",
            "orgId": "string",
            "owner": {
                "name": "string",
                "id": "string"
            },
            "name": "string",
            "lastSynced": "string"
        }
    ]
}