Interface RatingTemplates

Export

RatingTemplates

interface RatingTemplates {
    nextPage?: string;
    page?: string;
    pageSize?: number;
    templates?: RatingTemplate[];
    total?: number;
}

Properties

nextPage?: string

The cursor to the next page of data; null if there is no more data

Memberof

RatingTemplates

page?: string

The cursor to the current page of data

Memberof

RatingTemplates

pageSize?: number

The number of records fetched per-page; this may be larger than the number of records actually retrieved

Memberof

RatingTemplates

templates?: RatingTemplate[]

Memberof

RatingTemplates

total?: number

The total number of records retrieved; null or not present if not supported or unknown

Memberof

RatingTemplates