Documentation
    Preparing search index...

    Interface MythicKeystoneAffixMediaResponse

    The response for a Mythic Keystone affix media.

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

    Hierarchy

    • ResponseBase
      • MythicKeystoneAffixMediaResponse
    Index

    Properties

    Properties

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