IGPAPI
    Preparing search index...

    Interface CollectionsCreateResponse

    interface CollectionsCreateResponse {
        collection_id: string;
        collection_media_count: number;
        collection_name: string;
        collection_type: string;
        status: string;
    }
    Index

    Properties

    collection_id: string
    collection_media_count: number
    collection_name: string
    collection_type: string
    status: string