rebrickable.api.models.external_color_ids module

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

class rebrickable.api.models.external_color_ids.ExternalColorIds(brick_link=None, brick_owl=None, l_draw=None, lego=None, peeron=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 = {'brick_link': 'BrickLink', 'brick_owl': 'BrickOwl', 'l_draw': 'LDraw', 'lego': 'LEGO', 'peeron': 'Peeron'}

Gets the brick_link of this ExternalColorIds. # noqa: E501

Returns

The brick_link of this ExternalColorIds. # noqa: E501

Return type

ExternalColorId

property brick_owl

Gets the brick_owl of this ExternalColorIds. # noqa: E501

Returns

The brick_owl of this ExternalColorIds. # noqa: E501

Return type

ExternalColorId

property l_draw

Gets the l_draw of this ExternalColorIds. # noqa: E501

Returns

The l_draw of this ExternalColorIds. # noqa: E501

Return type

ExternalColorId

property lego

Gets the lego of this ExternalColorIds. # noqa: E501

Returns

The lego of this ExternalColorIds. # noqa: E501

Return type

ExternalColorId

openapi_types = {'brick_link': 'ExternalColorId', 'brick_owl': 'ExternalColorId', 'l_draw': 'ExternalColorId', 'lego': 'ExternalColorId', 'peeron': 'ExternalColorId'}
property peeron

Gets the peeron of this ExternalColorIds. # noqa: E501

Returns

The peeron of this ExternalColorIds. # noqa: E501

Return type

ExternalColorId

to_dict()

Returns the model properties as a dict

to_str()

Returns the string representation of the model