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