TagProperties Class
The properties of the tag.
Constructor
TagProperties(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
tags
|
A list of Tag. |
|
next_link
|
The link (url) to the next page of results. |
|
previous_link
|
The link (url) to the previous page of results. |
Attributes
next_link
The link (url) to the next page of results.
next_link: str | None
previous_link
The link (url) to the previous page of results.
previous_link: str | None
tags
A list of Tag.
tags: list['_models.Tag'] | None