@shortcut/client
    Preparing search index...

    Interface CreateLinkedFileParams

    interface CreateLinkedFileParams {
        content_type?: string;
        description?: string;
        name: string;
        size?: number;
        thumbnail_url?: string;
        type: string;
        url: string;
    }
    Index

    Properties

    content_type?: string

    The content type of the Linked File.

    128

    description?: string

    The description of the Linked File.

    512

    name: string

    The name of the Linked File.

    1

    256

    size?: number

    The size of the Linked File.

    int64

    thumbnail_url?: string

    The URL of the thumbnail.

    2048

    ^https?://.+$

    type: string

    The integration type (e.g. google, dropbox, box, onedrive, url).

    1

    63

    url: string

    The URL of the Linked File.

    2048

    ^https?://.+$