Confluence.js - Cloud and Server API library
    Preparing search index...

    Interface AttachmentMetadata

    interface AttachmentMetadata {
        _expandable: {
            comments: string;
            currentuser: string;
            frontend: string;
            likes: string;
            properties: string;
            simple: string;
        };
        comment: string;
        labels: {
            _links: GenericLinks;
            limit: number;
            results: string[];
            size: number;
            start: number;
        };
        mediaType: string;
    }
    Index

    Properties

    _expandable: {
        comments: string;
        currentuser: string;
        frontend: string;
        likes: string;
        properties: string;
        simple: string;
    }
    comment: string
    labels: {
        _links: GenericLinks;
        limit: number;
        results: string[];
        size: number;
        start: number;
    }
    mediaType: string