You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fromqase.api_client_v1.models.custom_field_create_value_innerimportCustomFieldCreateValueInner# TODO update the JSON string belowjson="{}"# create an instance of CustomFieldCreateValueInner from a JSON stringcustom_field_create_value_inner_instance=CustomFieldCreateValueInner.from_json(json)
# print the JSON string representation of the objectprint(CustomFieldCreateValueInner.to_json())
# convert the object into a dictcustom_field_create_value_inner_dict=custom_field_create_value_inner_instance.to_dict()
# create an instance of CustomFieldCreateValueInner from a dictcustom_field_create_value_inner_form_dict=custom_field_create_value_inner.from_dict(
custom_field_create_value_inner_dict)