GetChildCollectionsResponseItemsInner

interface GetChildCollectionsResponseItemsInner {
    _id: number;
    access: CollectionAccess;
    author: boolean;
    color?: string;
    count: number;
    cover: string[];
    created: string;
    creatorRef: CreatorRef;
    description: string;
    expanded: boolean;
    lastAction: string;
    lastUpdate: string;
    parent: CollectionRef;
    public: boolean;
    slug: string;
    sort: number;
    title: string;
    user: UserRef;
    view: string;
}

Properties

_id: number

GetChildCollectionsResponseItemsInner

GetChildCollectionsResponseItemsInner

author: boolean

GetChildCollectionsResponseItemsInner

color?: string

GetChildCollectionsResponseItemsInner

count: number

GetChildCollectionsResponseItemsInner

cover: string[]

GetChildCollectionsResponseItemsInner

created: string

GetChildCollectionsResponseItemsInner

creatorRef: CreatorRef

GetChildCollectionsResponseItemsInner

description: string

GetChildCollectionsResponseItemsInner

expanded: boolean

GetChildCollectionsResponseItemsInner

lastAction: string

GetChildCollectionsResponseItemsInner

lastUpdate: string

GetChildCollectionsResponseItemsInner

GetChildCollectionsResponseItemsInner

public: boolean

GetChildCollectionsResponseItemsInner

slug: string

GetChildCollectionsResponseItemsInner

sort: number

GetChildCollectionsResponseItemsInner

title: string

GetChildCollectionsResponseItemsInner

user: UserRef

GetChildCollectionsResponseItemsInner

view: string

GetChildCollectionsResponseItemsInner