Documentation
    Preparing search index...

    Interface JournalInstanceMediaResponse

    The response for journal instance media.

    interface JournalInstanceMediaResponse {
        _links: { self: Href };
        assets: Asset[];
    }

    Hierarchy

    • ResponseBase
      • JournalInstanceMediaResponse
    Index

    Properties

    Properties

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