Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.11 KB

File metadata and controls

29 lines (20 loc) · 1.11 KB

AssetsGetBrandModelsResponse

Properties

Name Type Description Notes
brand_models List[AssetsEnumOption] [optional]

Example

from kenar_api_client.models.assets_get_brand_models_response import AssetsGetBrandModelsResponse

# TODO update the JSON string below
json = "{}"
# create an instance of AssetsGetBrandModelsResponse from a JSON string
assets_get_brand_models_response_instance = AssetsGetBrandModelsResponse.from_json(json)
# print the JSON string representation of the object
print(AssetsGetBrandModelsResponse.to_json())

# convert the object into a dict
assets_get_brand_models_response_dict = assets_get_brand_models_response_instance.to_dict()
# create an instance of AssetsGetBrandModelsResponse from a dict
assets_get_brand_models_response_from_dict = AssetsGetBrandModelsResponse.from_dict(assets_get_brand_models_response_dict)

[Back to Model list] [Back to API list] [Back to README]