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
frompdf_generator_api_client.models.validate_template200_response_responseimportValidateTemplate200ResponseResponse# TODO update the JSON string belowjson="{}"# create an instance of ValidateTemplate200ResponseResponse from a JSON stringvalidate_template200_response_response_instance=ValidateTemplate200ResponseResponse.from_json(json)
# print the JSON string representation of the objectprint(ValidateTemplate200ResponseResponse.to_json())
# convert the object into a dictvalidate_template200_response_response_dict=validate_template200_response_response_instance.to_dict()
# create an instance of ValidateTemplate200ResponseResponse from a dictvalidate_template200_response_response_from_dict=ValidateTemplate200ResponseResponse.from_dict(validate_template200_response_response_dict)