UpdatedDescriptors¶
Structure Class¶
UpdatedDescriptors
dataclass
¶
Wrapper for updating an optional descriptors field with PATCH semantics. When present with a value, individual descriptors can be updated. When present with a null value, all descriptors are unset. When absent, descriptors are left unchanged.
Attributes¶
optional_value
class-attribute
instance-attribute
¶
optional_value: UpdatedDescriptorsUnion | None = None
The updated descriptors value. Contains per-descriptor-type wrappers that are each independently updatable.