Documentation
    Preparing search index...

    Interface CharacterMediaSummaryResponse

    Base interface for Blizzard API responses.

    interface CharacterMediaSummaryResponse {
        _links: { self: Href };
        assets: Asset[];
        character: Character;
    }

    Hierarchy (View Summary)

    Index

    Properties

    _links: { self: Href }
    assets: Asset[]
    character: Character