Documentation
    Preparing search index...

    Interface ItemMediaResponse

    The response for an item media.

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

    Hierarchy

    • ResponseBase
      • ItemMediaResponse
    Index

    Properties

    Properties

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