@shortcut/client
    Preparing search index...

    Interface Collection

    The entity for this response.

    interface Collection {
        archived?: boolean;
        created_at?: string;
        entity_type?: "collection";
        favorited?: boolean;
        id?: string;
        name?: string;
        parent_collection?: CollectionSlim | null;
        uri?: string;
    }
    Index

    Properties

    archived?: boolean

    A true/false boolean indicating if the Collection has been archived.

    created_at?: string

    The time/date the Collection was created.

    date-time

    entity_type?: "collection"

    The type of this entity.

    favorited?: boolean

    True if the current Member has favorited the Collection.

    id?: string

    The unique ID of the Collection.

    uuid

    name?: string

    The name of the Collection.

    1

    63

    parent_collection?: CollectionSlim | null
    uri?: string

    A resolvable URI for the entity.

    2048

    ^https?://.+$