rebrickable.api.models.lost_part module¶
The version of the OpenAPI document: Generated by: https://openapi-generator.tech
-
class
rebrickable.api.models.lost_part.
LostPart
(inv_part=None, lost_part_id=None, lost_quantity=None)¶ Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
-
attribute_map
= {'inv_part': 'inv_part', 'lost_part_id': 'lost_part_id', 'lost_quantity': 'lost_quantity'}¶
-
property
inv_part
¶ Gets the inv_part of this LostPart. # noqa: E501
- Returns
The inv_part of this LostPart. # noqa: E501
- Return type
-
property
lost_part_id
¶ Gets the lost_part_id of this LostPart. # noqa: E501
- Returns
The lost_part_id of this LostPart. # noqa: E501
- Return type
int
-
property
lost_quantity
¶ Gets the lost_quantity of this LostPart. # noqa: E501
- Returns
The lost_quantity of this LostPart. # noqa: E501
- Return type
int
-
openapi_types
= {'inv_part': 'InventoryPart', 'lost_part_id': 'int', 'lost_quantity': 'int'}¶
-
to_dict
()¶ Returns the model properties as a dict
-
to_str
()¶ Returns the string representation of the model
-