snowflake.core.tag.TagValue¶
- class snowflake.core.tag.TagValue(value: str, level: str | None = None)¶
Bases:
objectRepresents a value of a Snowflake tag.
With this object, you can set tags on resources. It is also used when fetching tags.
- Parameters:
value (str)
level (bool, optional. Read-only; used only when fetching tags and ignored when provided in set-tags call.)