rebrickable.api.models.external_ids module¶
The version of the OpenAPI document: Generated by: https://openapi-generator.tech
-
class
rebrickable.api.models.external_ids.ExternalIds(brick_link=None, brick_owl=None, l_draw=None, lego=None)¶ Bases:
objectNOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
-
attribute_map= {'brick_link': 'BrickLink', 'brick_owl': 'BrickOwl', 'l_draw': 'LDraw', 'lego': 'LEGO'}¶
-
property
brick_link¶ Gets the brick_link of this ExternalIds. # noqa: E501
- Returns
The brick_link of this ExternalIds. # noqa: E501
- Return type
list[str]
-
property
brick_owl¶ Gets the brick_owl of this ExternalIds. # noqa: E501
- Returns
The brick_owl of this ExternalIds. # noqa: E501
- Return type
list[str]
-
property
l_draw¶ Gets the l_draw of this ExternalIds. # noqa: E501
- Returns
The l_draw of this ExternalIds. # noqa: E501
- Return type
list[str]
-
property
lego¶ Gets the lego of this ExternalIds. # noqa: E501
- Returns
The lego of this ExternalIds. # noqa: E501
- Return type
list[str]
-
openapi_types= {'brick_link': 'list[str]', 'brick_owl': 'list[str]', 'l_draw': 'list[str]', 'lego': 'list[str]'}¶
-
to_dict()¶ Returns the model properties as a dict
-
to_str()¶ Returns the string representation of the model
-