Documentation
    Preparing search index...

    Interface AzeriteEssenceMediaResponse

    Interface for a response from the azerite essence media endpoint.

    interface AzeriteEssenceMediaResponse {
        _links: { self: Href };
        assets: MediaAsset[];
        id: number;
    }

    Hierarchy

    • ResponseBase
      • AzeriteEssenceMediaResponse
    Index

    Properties

    Properties

    _links: { self: Href }
    assets: MediaAsset[]
    id: number