AutomatedReasoningPolicyTypeValueAnnotation¶
Union Type¶
AutomatedReasoningPolicyTypeValueAnnotation
module-attribute
¶
AutomatedReasoningPolicyTypeValueAnnotation = Union[AutomatedReasoningPolicyTypeValueAnnotationAddTypeValue | AutomatedReasoningPolicyTypeValueAnnotationUpdateTypeValue | AutomatedReasoningPolicyTypeValueAnnotationDeleteTypeValue | AutomatedReasoningPolicyTypeValueAnnotationUnknown]
An annotation for managing values within custom types, including adding, updating, or removing specific type values.
Union Member Types¶
AutomatedReasoningPolicyTypeValueAnnotationAddTypeValue
dataclass
¶
An operation to add a new value to an existing custom type.
Attributes¶
AutomatedReasoningPolicyTypeValueAnnotationUpdateTypeValue
dataclass
¶
An operation to modify an existing value within a custom type.