unknown_union¶
- atproto_client.models.unknown_union.OpenUnion¶
the described types, plus a
DotDictfor a$typereleased after this SDK.- Type:
An open ref union
alias of
Union[_T,DotDict[DotDict]][Union[_T,DotDict[DotDict]]]
- class atproto_client.models.unknown_union.UnknownUnionFallback¶
Bases:
objectAnnotation for open ref unions: an unrecognized
$typefalls back toDotDict.Applied to
t.Union[<known members>, 'dot_dict.DotDictType']. Members are discriminated bypy_typeas usual, so a known type that fails validation still raises. Only a$typethat matches no member, or a missing one, degrades to aDotDict.