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

    Interface CreatedAttachment

    interface CreatedAttachment {
        _expandable: {
            ancestors: string;
            body: string;
            children: string;
            childTypes: string;
            descendants: string;
            history: string;
            operations: string;
            restrictions: string;
            schedulePublishDate: string;
            space: string;
        };
        _links: GenericLinks;
        container: AttachmentContainer;
        extensions: {
            collectionName?: string;
            comment: string;
            fileId: string;
            fileSize: number;
            mediaType: string;
            mediaTypeDescription: string;
        };
        id: string;
        macroRenderedOutput: any;
        metadata: AttachmentMetadata;
        status: string;
        title: string;
        type: string;
        version: Version;
    }

    Hierarchy (View Summary)

    Index

    Properties

    _expandable: {
        ancestors: string;
        body: string;
        children: string;
        childTypes: string;
        descendants: string;
        history: string;
        operations: string;
        restrictions: string;
        schedulePublishDate: string;
        space: string;
    }
    _links: GenericLinks
    extensions: {
        collectionName?: string;
        comment: string;
        fileId: string;
        fileSize: number;
        mediaType: string;
        mediaTypeDescription: string;
    }
    id: string
    macroRenderedOutput: any
    status: string
    title: string
    type: string
    version: Version