TagDetails Class

Tag details.

Constructor

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

Variables

Name Description
id
str

The tag name ID.

tag_name
str

The tag name.

count

The total number of resources that use the resource tag. When a tag is initially created and has no associated resources, the value is 0.

values_property

The list of tag values.

Attributes

count

The total number of resources that use the resource tag. When a tag is initially created and has no associated resources, the value is 0.

count: _models.TagCount | None

id

The tag name ID.

id: str | None

tag_name

The tag name.

tag_name: str | None

values_property

The list of tag values.

values_property: list['_models.TagValue'] | None