Constructors

Properties

hasMore: boolean

Whether or not there are more results to page through.

The lists that matched the search criteria.

offset: number

Value to be passed in a future request to paginate through list search results.

total: number

The total number of lists that match the search criteria.

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

Methods

  • Returns {
        baseName: string;
        format: string;
        name: string;
        type: string;
    }[]