kittycad.models.ai_plugin_auth.AiPluginAuth

class kittycad.models.ai_plugin_auth.AiPluginAuth(authorization_type=<kittycad.types.Unset object>, type=<kittycad.types.Unset object>)[source][source]

Bases: object

AI plugin auth information.

Method generated by attrs for class AiPluginAuth.

__init__(authorization_type=<kittycad.types.Unset object>, type=<kittycad.types.Unset object>)[source]

Method generated by attrs for class AiPluginAuth.

Methods

__init__([authorization_type, type])

Method generated by attrs for class AiPluginAuth.

from_dict(src_dict)

rtype:

TypeVar(NP, bound= AiPluginAuth)

to_dict()

rtype:

Dict[str, Any]

Attributes

additional_keys

authorization_type

type

additional_properties

__annotations__ = {'additional_properties': typing.Dict[str, typing.Any], 'authorization_type': typing.Union[kittycad.types.Unset, kittycad.models.ai_plugin_http_auth_type.AiPluginHttpAuthType], 'type': typing.Union[kittycad.types.Unset, kittycad.models.ai_plugin_auth_type.AiPluginAuthType]}[source]
__attrs_attrs__ = (Attribute(name='authorization_type', default=<kittycad.types.Unset object>, validator=None, repr=True, eq=True, eq_key=None, order=True, order_key=None, hash=None, init=True, metadata=mappingproxy({}), type=typing.Union[kittycad.types.Unset, kittycad.models.ai_plugin_http_auth_type.AiPluginHttpAuthType], converter=None, kw_only=False, inherited=False, on_setattr=None, alias='authorization_type'), Attribute(name='type', default=<kittycad.types.Unset object>, validator=None, repr=True, eq=True, eq_key=None, order=True, order_key=None, hash=None, init=True, metadata=mappingproxy({}), type=typing.Union[kittycad.types.Unset, kittycad.models.ai_plugin_auth_type.AiPluginAuthType], converter=None, kw_only=False, inherited=False, on_setattr=None, alias='type'), Attribute(name='additional_properties', default=Factory(factory=<class 'dict'>, takes_self=False), validator=None, repr=True, eq=True, eq_key=None, order=True, order_key=None, hash=None, init=False, metadata=mappingproxy({}), type=typing.Dict[str, typing.Any], converter=None, kw_only=False, inherited=False, on_setattr=None, alias='additional_properties'))[source]
__contains__(key)[source][source]
Return type:

bool

__delitem__(key)[source][source]
Return type:

None

__dict__ = mappingproxy({'__module__': 'kittycad.models.ai_plugin_auth', '__annotations__': {'authorization_type': typing.Union[kittycad.types.Unset, kittycad.models.ai_plugin_http_auth_type.AiPluginHttpAuthType], 'type': typing.Union[kittycad.types.Unset, kittycad.models.ai_plugin_auth_type.AiPluginAuthType], 'additional_properties': typing.Dict[str, typing.Any]}, '__doc__': 'AI plugin auth information.', 'to_dict': <function AiPluginAuth.to_dict>, 'from_dict': <classmethod(<function AiPluginAuth.from_dict>)>, 'additional_keys': <property object>, '__getitem__': <function AiPluginAuth.__getitem__>, '__setitem__': <function AiPluginAuth.__setitem__>, '__delitem__': <function AiPluginAuth.__delitem__>, '__contains__': <function AiPluginAuth.__contains__>, '__dict__': <attribute '__dict__' of 'AiPluginAuth' objects>, '__weakref__': <attribute '__weakref__' of 'AiPluginAuth' objects>, '__attrs_attrs__': (Attribute(name='authorization_type', default=<kittycad.types.Unset object>, validator=None, repr=True, eq=True, eq_key=None, order=True, order_key=None, hash=None, init=True, metadata=mappingproxy({}), type=typing.Union[kittycad.types.Unset, kittycad.models.ai_plugin_http_auth_type.AiPluginHttpAuthType], converter=None, kw_only=False, inherited=False, on_setattr=None, alias='authorization_type'), Attribute(name='type', default=<kittycad.types.Unset object>, validator=None, repr=True, eq=True, eq_key=None, order=True, order_key=None, hash=None, init=True, metadata=mappingproxy({}), type=typing.Union[kittycad.types.Unset, kittycad.models.ai_plugin_auth_type.AiPluginAuthType], converter=None, kw_only=False, inherited=False, on_setattr=None, alias='type'), Attribute(name='additional_properties', default=Factory(factory=<class 'dict'>, takes_self=False), validator=None, repr=True, eq=True, eq_key=None, order=True, order_key=None, hash=None, init=False, metadata=mappingproxy({}), type=typing.Dict[str, typing.Any], converter=None, kw_only=False, inherited=False, on_setattr=None, alias='additional_properties')), '__repr__': <function AiPluginAuth.__repr__>, '__eq__': <function AiPluginAuth.__eq__>, '__ne__': <function AiPluginAuth.__ne__>, '__lt__': <function AiPluginAuth.__lt__>, '__le__': <function AiPluginAuth.__le__>, '__gt__': <function AiPluginAuth.__gt__>, '__ge__': <function AiPluginAuth.__ge__>, '__hash__': None, '__init__': <function AiPluginAuth.__init__>, '__match_args__': ('authorization_type', 'type')})[source]
__eq__(other)[source]

Method generated by attrs for class AiPluginAuth.

__ge__(other)[source]

Method generated by attrs for class AiPluginAuth.

__getitem__(key)[source][source]
Return type:

Any

__gt__(other)[source]

Method generated by attrs for class AiPluginAuth.

__hash__ = None[source]
__init__(authorization_type=<kittycad.types.Unset object>, type=<kittycad.types.Unset object>)[source]

Method generated by attrs for class AiPluginAuth.

__le__(other)[source]

Method generated by attrs for class AiPluginAuth.

__lt__(other)[source]

Method generated by attrs for class AiPluginAuth.

__match_args__ = ('authorization_type', 'type')[source]
__module__ = 'kittycad.models.ai_plugin_auth'[source]
__ne__(other)[source]

Method generated by attrs for class AiPluginAuth.

__repr__()[source]

Method generated by attrs for class AiPluginAuth.

__setitem__(key, value)[source][source]
Return type:

None

property additional_keys: List[str][source]
additional_properties: Dict[str, Any][source]
authorization_type: Union[Unset, AiPluginHttpAuthType][source]
classmethod from_dict(src_dict)[source][source]
Return type:

TypeVar(NP, bound= AiPluginAuth)

to_dict()[source][source]
Return type:

Dict[str, Any]

type: Union[Unset, AiPluginAuthType][source]