TagProperties Class

The properties of the tag.

Constructor

TagProperties(*args: Any, **kwargs: Any)

Variables

Name Description
tags

A list of Tag.

next_link
str

The link (url) to the next page of results.

previous_link
str

The link (url) to the previous page of results.

Attributes

The link (url) to the next page of results.

next_link: str | None

The link (url) to the previous page of results.

previous_link: str | None

tags

A list of Tag.

tags: list['_models.Tag'] | None