Interface APIMediaStruct

This is fairly standard across the API in "$thing Media" API calls

interface APIMediaStruct {
    _links: linksStruct;
    assets: assetStruct[];
    id: number;
}

Hierarchy (View Summary)

Properties

Properties

_links: linksStruct
assets: assetStruct[]
id: number