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