Skip to main content
Version: 2025.11

UpdateControlTag

Description: Update an existing control.

Attributes

NameTypeDescription
idStrictStr
nameOptional[StrictStr]
descriptionOptional[Annotated[str, Field(min_length=0, strict=True, max_length=255)]]
statusOptional[ControlTagStatus]
display_colorOptional[StrictStr]

Methods

NameDescription
to_strReturn the string representation of the model using field aliases.
to_jsonReturn the JSON string representation of the model using field aliases.
from_jsonCreate an instance of the model from a JSON string.
to_dictReturn the dictionary representation of the model using field aliases.
from_dictCreate an instance of UpdateControlTag from a dict