kittycad.models.email_authentication_form.EmailAuthenticationForm
- class kittycad.models.email_authentication_form.EmailAuthenticationForm(callback_url=<kittycad.types.Unset object>, email=<kittycad.types.Unset object>)[source][source]
Bases:
object
The body of the form for email authentication.
Method generated by attrs for class EmailAuthenticationForm.
- __init__(callback_url=<kittycad.types.Unset object>, email=<kittycad.types.Unset object>)[source]
Method generated by attrs for class EmailAuthenticationForm.
Methods
__init__
([callback_url, email])Method generated by attrs for class EmailAuthenticationForm.
from_dict
(src_dict)- rtype:
TypeVar
(E
, bound= EmailAuthenticationForm)
to_dict
()Attributes
- __annotations__ = {'additional_properties': typing.Dict[str, typing.Any], 'callback_url': typing.Union[kittycad.types.Unset, str], 'email': typing.Union[kittycad.types.Unset, str]}[source]
- __attrs_attrs__ = (Attribute(name='callback_url', 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, str], converter=None, kw_only=False, inherited=False, on_setattr=None, alias='callback_url'), Attribute(name='email', 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, str], converter=None, kw_only=False, inherited=False, on_setattr=None, alias='email'), 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]
- __dict__ = mappingproxy({'__module__': 'kittycad.models.email_authentication_form', '__annotations__': {'callback_url': typing.Union[kittycad.types.Unset, str], 'email': typing.Union[kittycad.types.Unset, str], 'additional_properties': typing.Dict[str, typing.Any]}, '__doc__': 'The body of the form for email authentication.', 'to_dict': <function EmailAuthenticationForm.to_dict>, 'from_dict': <classmethod(<function EmailAuthenticationForm.from_dict>)>, 'additional_keys': <property object>, '__getitem__': <function EmailAuthenticationForm.__getitem__>, '__setitem__': <function EmailAuthenticationForm.__setitem__>, '__delitem__': <function EmailAuthenticationForm.__delitem__>, '__contains__': <function EmailAuthenticationForm.__contains__>, '__dict__': <attribute '__dict__' of 'EmailAuthenticationForm' objects>, '__weakref__': <attribute '__weakref__' of 'EmailAuthenticationForm' objects>, '__attrs_attrs__': (Attribute(name='callback_url', 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, str], converter=None, kw_only=False, inherited=False, on_setattr=None, alias='callback_url'), Attribute(name='email', 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, str], converter=None, kw_only=False, inherited=False, on_setattr=None, alias='email'), 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 EmailAuthenticationForm.__repr__>, '__eq__': <function EmailAuthenticationForm.__eq__>, '__ne__': <function EmailAuthenticationForm.__ne__>, '__lt__': <function EmailAuthenticationForm.__lt__>, '__le__': <function EmailAuthenticationForm.__le__>, '__gt__': <function EmailAuthenticationForm.__gt__>, '__ge__': <function EmailAuthenticationForm.__ge__>, '__hash__': None, '__init__': <function EmailAuthenticationForm.__init__>, '__match_args__': ('callback_url', 'email')})[source]
- __init__(callback_url=<kittycad.types.Unset object>, email=<kittycad.types.Unset object>)[source]
Method generated by attrs for class EmailAuthenticationForm.