rebrickable.api.models.set_list_set_item module

The version of the OpenAPI document: Generated by: https://openapi-generator.tech

class rebrickable.api.models.set_list_set_item.SetListSetItem(include_spares=None, 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 = {'include_spares': 'include_spares', 'quantity': 'quantity', 'set_num': 'set_num'}
property include_spares

Gets the include_spares of this SetListSetItem. # noqa: E501

Returns

The include_spares of this SetListSetItem. # noqa: E501

Return type

bool

openapi_types = {'include_spares': 'bool', 'quantity': 'int', 'set_num': 'str'}
property quantity

Gets the quantity of this SetListSetItem. # noqa: E501

Returns

The quantity of this SetListSetItem. # noqa: E501

Return type

int

property set_num

Gets the set_num of this SetListSetItem. # noqa: E501

Returns

The set_num of this SetListSetItem. # noqa: E501

Return type

str

to_dict()

Returns the model properties as a dict

to_str()

Returns the string representation of the model