Documentation
    Preparing search index...

    Interface PlayableClassMediaResponse

    The response for playable class media.

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

    Hierarchy

    • ResponseBase
      • PlayableClassMediaResponse
    Index

    Properties

    Properties

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