Trello.js - API library
    Preparing search index...

    Interface CreatePluginListing

    interface CreatePluginListing {
        description?: string;
        idPlugin: string;
        locale?: string;
        name?: string;
        overview?: string;
    }
    Index

    Properties

    description?: string

    The description to show for the given locale

    idPlugin: string

    The ID of the Power-Up for which you are creating a new listing.

    locale?: string

    The locale that this listing should be displayed for.

    name?: string

    The name to use for the given locale.

    overview?: string

    The overview to show for the given locale.