kittycad.models.jetstream_api_stats
Classes
|
Jetstream API statistics. |
- class kittycad.models.jetstream_api_stats.JetstreamApiStats(errors=<kittycad.types.Unset object>, inflight=<kittycad.types.Unset object>, total=<kittycad.types.Unset object>)[source][source]
Jetstream API statistics.
Method generated by attrs for class JetstreamApiStats.
- __annotations__ = {'additional_properties': typing.Dict[str, typing.Any], 'errors': typing.Union[kittycad.types.Unset, int], 'inflight': typing.Union[kittycad.types.Unset, int], 'total': typing.Union[kittycad.types.Unset, int]}[source]
- __attrs_attrs__ = (Attribute(name='errors', 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, int], converter=None, kw_only=False, inherited=False, on_setattr=None, alias='errors'), Attribute(name='inflight', 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, int], converter=None, kw_only=False, inherited=False, on_setattr=None, alias='inflight'), Attribute(name='total', 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, int], converter=None, kw_only=False, inherited=False, on_setattr=None, alias='total'), 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.jetstream_api_stats', '__annotations__': {'errors': typing.Union[kittycad.types.Unset, int], 'inflight': typing.Union[kittycad.types.Unset, int], 'total': typing.Union[kittycad.types.Unset, int], 'additional_properties': typing.Dict[str, typing.Any]}, '__doc__': 'Jetstream API statistics.', 'to_dict': <function JetstreamApiStats.to_dict>, 'from_dict': <classmethod(<function JetstreamApiStats.from_dict>)>, 'additional_keys': <property object>, '__getitem__': <function JetstreamApiStats.__getitem__>, '__setitem__': <function JetstreamApiStats.__setitem__>, '__delitem__': <function JetstreamApiStats.__delitem__>, '__contains__': <function JetstreamApiStats.__contains__>, '__dict__': <attribute '__dict__' of 'JetstreamApiStats' objects>, '__weakref__': <attribute '__weakref__' of 'JetstreamApiStats' objects>, '__attrs_attrs__': (Attribute(name='errors', 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, int], converter=None, kw_only=False, inherited=False, on_setattr=None, alias='errors'), Attribute(name='inflight', 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, int], converter=None, kw_only=False, inherited=False, on_setattr=None, alias='inflight'), Attribute(name='total', 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, int], converter=None, kw_only=False, inherited=False, on_setattr=None, alias='total'), 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 JetstreamApiStats.__repr__>, '__eq__': <function JetstreamApiStats.__eq__>, '__ne__': <function JetstreamApiStats.__ne__>, '__lt__': <function JetstreamApiStats.__lt__>, '__le__': <function JetstreamApiStats.__le__>, '__gt__': <function JetstreamApiStats.__gt__>, '__ge__': <function JetstreamApiStats.__ge__>, '__hash__': None, '__init__': <function JetstreamApiStats.__init__>, '__match_args__': ('errors', 'inflight', 'total')})[source]