rebrickable.api.models.set_list_set module

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

class rebrickable.api.models.set_list_set.SetListSet(include_spares=None, list_id=None, quantity=None, set=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', 'list_id': 'list_id', 'quantity': 'quantity', 'set': 'set', 'set_num': 'set_num'}
property include_spares

Gets the include_spares of this SetListSet. # noqa: E501

Returns

The include_spares of this SetListSet. # noqa: E501

Return type

bool

property list_id

Gets the list_id of this SetListSet. # noqa: E501

Returns

The list_id of this SetListSet. # noqa: E501

Return type

int

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

Gets the quantity of this SetListSet. # noqa: E501

Returns

The quantity of this SetListSet. # noqa: E501

Return type

int

property set

Gets the set of this SetListSet. # noqa: E501

Returns

The set of this SetListSet. # noqa: E501

Return type

Set

property set_num

Gets the set_num of this SetListSet. # noqa: E501

Returns

The set_num of this SetListSet. # noqa: E501

Return type

str

to_dict()

Returns the model properties as a dict

to_str()

Returns the string representation of the model