Interface APIPlayableClassMedia

Playable Class Media

/data/wow/media/playable-class/{playableClassId}

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

Hierarchy (View Summary)

Properties

Properties

_links: linksStruct
assets: assetStruct[]
id: number