TagValue Class

Tag information.

Constructor

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

Variables

Name Description
id
str

The tag value ID.

tag_value
str

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