UpdatedServerDefinition¶
Structure Class¶
UpdatedServerDefinition
dataclass
¶
Wrapper for updating a server definition with PATCH semantics. When present, the server definition is replaced with the provided value. When absent, the server definition is left unchanged. To unset, include the wrapper with the value set to null.
Attributes¶
optional_value
class-attribute
instance-attribute
¶
optional_value: ServerDefinition | None = None
The updated server definition value.