UpdatedApprovalConfiguration¶
Structure Class¶
UpdatedApprovalConfiguration
dataclass
¶
Wrapper for updating an optional approval configuration field with PATCH semantics. When present in an update request, the approval configuration is replaced with the provided value. When absent, the approval configuration is left unchanged.
Attributes¶
optional_value
class-attribute
instance-attribute
¶
optional_value: ApprovalConfiguration | None = None
The updated approval configuration value. Set to null to unset the
approval configuration.