rebrickable.api.models.all_part module¶
The version of the OpenAPI document: Generated by: https://openapi-generator.tech
-
class
rebrickable.api.models.all_part.
AllPart
(color=None, part=None, 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
= {'color': 'color', 'part': 'part', 'quantity': 'quantity'}¶
-
property
color
¶ Gets the color of this AllPart. # noqa: E501
- Returns
The color of this AllPart. # noqa: E501
- Return type
-
openapi_types
= {'color': 'Color', 'part': 'Part', 'quantity': 'int'}¶
-
property
part
¶ Gets the part of this AllPart. # noqa: E501
- Returns
The part of this AllPart. # noqa: E501
- Return type
-
property
quantity
¶ Gets the quantity of this AllPart. # noqa: E501
- Returns
The quantity of this AllPart. # noqa: E501
- Return type
int
-
to_dict
()¶ Returns the model properties as a dict
-
to_str
()¶ Returns the string representation of the model
-