Documentation
    Preparing search index...

    Interface TechTalentMediaResponse

    The response for a tech talent media.

    interface TechTalentMediaResponse {
        _links: { self: Href };
        assets: MediaAsset[];
    }

    Hierarchy

    • ResponseBase
      • TechTalentMediaResponse
    Index

    Properties

    Properties

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