| Name | Type | Description | Notes |
|---|---|---|---|
| enabled | bool | [optional] [default to True] | |
| values | object | [optional] |
fromplatform_api_python_client.models.final_stackimportFinalStack# TODO update the JSON string belowjson="{}"# create an instance of FinalStack from a JSON stringfinal_stack_instance=FinalStack.from_json(json)
# print the JSON string representation of the objectprint(FinalStack.to_json())
# convert the object into a dictfinal_stack_dict=final_stack_instance.to_dict()
# create an instance of FinalStack from a dictfinal_stack_from_dict=FinalStack.from_dict(final_stack_dict)