TagoIO SDK for JavaScript and TypeScript
    Preparing search index...

    Interface BucketCreateInfo

    interface BucketCreateInfo {
        description?: string;
        name: string;
        tags?: TagsObj[];
        visible?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    description?: string

    Description for the bucket.

    name: string

    A name for the bucket.

    tags?: TagsObj[]

    An array of tags.

    visible?: boolean

    Set if the bucket will be visible or not. Default True.