interface ListTagsResponse {
    tags: Tag[];
    totalCount: number;
}

Properties

Properties

tags: Tag[]

Paginated list of tags that match the selected filters.

totalCount: number

Total number of tags that match the selected filters.