class documentation

class SearchAttributeUpdate(ABC, Generic[SearchAttributeValueType]): (source)

Known subclasses: temporalio.common._SearchAttributeUpdate

View In Hierarchy

Representation of a search attribute update.

Property key Key that is being set.
Property value Value that is being set or None if being unset.