TagValue Class
Tag information.
Constructor
TagValue(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
id
|
The tag value ID. |
|
tag_value
|
The tag value. |
|
count
|
The tag value count. |
Attributes
count
The tag value count.
count: _models.TagCount | None
id
The tag value ID.
id: str | None
tag_value
The tag value.
tag_value: str | None