rebrickable.api.models.build_options module¶
The version of the OpenAPI document: Generated by: https://openapi-generator.tech
-
class
rebrickable.api.models.build_options.
BuildOptions
(added_days_ago=None, color=None, ignore_altp=None, ignore_minifigs=None, ignore_mold=None, ignore_non_lego=None, ignore_print=None, inc_accessory=None, inc_bmodels=None, inc_custom=None, inc_official=None, inc_owned=None, inc_premium=None, max_parts=None, max_year=None, min_parts=None, min_year=None, sort_by=None, theme=None)¶ Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
-
property
added_days_ago
¶ Gets the added_days_ago of this BuildOptions. # noqa: E501
- Returns
The added_days_ago of this BuildOptions. # noqa: E501
- Return type
int
-
attribute_map
= {'added_days_ago': 'added_days_ago', 'color': 'color', 'ignore_altp': 'ignore_altp', 'ignore_minifigs': 'ignore_minifigs', 'ignore_mold': 'ignore_mold', 'ignore_non_lego': 'ignore_non_lego', 'ignore_print': 'ignore_print', 'inc_accessory': 'inc_accessory', 'inc_bmodels': 'inc_bmodels', 'inc_custom': 'inc_custom', 'inc_official': 'inc_official', 'inc_owned': 'inc_owned', 'inc_premium': 'inc_premium', 'max_parts': 'max_parts', 'max_year': 'max_year', 'min_parts': 'min_parts', 'min_year': 'min_year', 'sort_by': 'sort_by', 'theme': 'theme'}¶
-
property
color
¶ Gets the color of this BuildOptions. # noqa: E501
- Returns
The color of this BuildOptions. # noqa: E501
- Return type
int
-
property
ignore_altp
¶ Gets the ignore_altp of this BuildOptions. # noqa: E501
- Returns
The ignore_altp of this BuildOptions. # noqa: E501
- Return type
bool
-
property
ignore_minifigs
¶ Gets the ignore_minifigs of this BuildOptions. # noqa: E501
- Returns
The ignore_minifigs of this BuildOptions. # noqa: E501
- Return type
bool
-
property
ignore_mold
¶ Gets the ignore_mold of this BuildOptions. # noqa: E501
- Returns
The ignore_mold of this BuildOptions. # noqa: E501
- Return type
bool
-
property
ignore_non_lego
¶ Gets the ignore_non_lego of this BuildOptions. # noqa: E501
- Returns
The ignore_non_lego of this BuildOptions. # noqa: E501
- Return type
bool
-
property
ignore_print
¶ Gets the ignore_print of this BuildOptions. # noqa: E501
- Returns
The ignore_print of this BuildOptions. # noqa: E501
- Return type
bool
-
property
inc_accessory
¶ Gets the inc_accessory of this BuildOptions. # noqa: E501
- Returns
The inc_accessory of this BuildOptions. # noqa: E501
- Return type
bool
-
property
inc_bmodels
¶ Gets the inc_bmodels of this BuildOptions. # noqa: E501
- Returns
The inc_bmodels of this BuildOptions. # noqa: E501
- Return type
bool
-
property
inc_custom
¶ Gets the inc_custom of this BuildOptions. # noqa: E501
- Returns
The inc_custom of this BuildOptions. # noqa: E501
- Return type
bool
-
property
inc_official
¶ Gets the inc_official of this BuildOptions. # noqa: E501
- Returns
The inc_official of this BuildOptions. # noqa: E501
- Return type
bool
-
property
inc_owned
¶ Gets the inc_owned of this BuildOptions. # noqa: E501
- Returns
The inc_owned of this BuildOptions. # noqa: E501
- Return type
bool
Gets the inc_premium of this BuildOptions. # noqa: E501
- Returns
The inc_premium of this BuildOptions. # noqa: E501
- Return type
bool
-
property
max_parts
¶ Gets the max_parts of this BuildOptions. # noqa: E501
- Returns
The max_parts of this BuildOptions. # noqa: E501
- Return type
int
-
property
max_year
¶ Gets the max_year of this BuildOptions. # noqa: E501
- Returns
The max_year of this BuildOptions. # noqa: E501
- Return type
int
-
property
min_parts
¶ Gets the min_parts of this BuildOptions. # noqa: E501
- Returns
The min_parts of this BuildOptions. # noqa: E501
- Return type
int
-
property
min_year
¶ Gets the min_year of this BuildOptions. # noqa: E501
- Returns
The min_year of this BuildOptions. # noqa: E501
- Return type
int
-
openapi_types
= {'added_days_ago': 'int', 'color': 'int', 'ignore_altp': 'bool', 'ignore_minifigs': 'bool', 'ignore_mold': 'bool', 'ignore_non_lego': 'bool', 'ignore_print': 'bool', 'inc_accessory': 'bool', 'inc_bmodels': 'bool', 'inc_custom': 'bool', 'inc_official': 'bool', 'inc_owned': 'bool', 'inc_premium': 'bool', 'max_parts': 'int', 'max_year': 'int', 'min_parts': 'int', 'min_year': 'int', 'sort_by': 'int', 'theme': 'int'}¶
-
property
sort_by
¶ Gets the sort_by of this BuildOptions. # noqa: E501
- Returns
The sort_by of this BuildOptions. # noqa: E501
- Return type
int
-
property
theme
¶ Gets the theme of this BuildOptions. # noqa: E501
- Returns
The theme of this BuildOptions. # noqa: E501
- Return type
int
-
to_dict
()¶ Returns the model properties as a dict
-
to_str
()¶ Returns the string representation of the model
-
property