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
fromformkiq_client.models.add_attribute_schema_requiredimportAddAttributeSchemaRequired# TODO update the JSON string belowjson="{}"# create an instance of AddAttributeSchemaRequired from a JSON stringadd_attribute_schema_required_instance=AddAttributeSchemaRequired.from_json(json)
# print the JSON string representation of the objectprint(AddAttributeSchemaRequired.to_json())
# convert the object into a dictadd_attribute_schema_required_dict=add_attribute_schema_required_instance.to_dict()
# create an instance of AddAttributeSchemaRequired from a dictadd_attribute_schema_required_from_dict=AddAttributeSchemaRequired.from_dict(add_attribute_schema_required_dict)