Class CollectionResponseWithTotalContentFolderForwardPaging

Response object for collections of content folders with pagination information.

Constructors

Properties

paging?: ForwardPaging
results: ContentFolder[]

Collection of content folders.

total: number

Total number of content folders.

attributeTypeMap: {
    baseName: string;
    format: string;
    name: string;
    type: string;
}[] = ...
discriminator: undefined | string = undefined

Methods