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
fromaim_platform_sdk.models.create_benchmark_ticket_requestimportCreateBenchmarkTicketRequest# TODO update the JSON string belowjson="{}"# create an instance of CreateBenchmarkTicketRequest from a JSON stringcreate_benchmark_ticket_request_instance=CreateBenchmarkTicketRequest.from_json(json)
# print the JSON string representation of the objectprintCreateBenchmarkTicketRequest.to_json()
# convert the object into a dictcreate_benchmark_ticket_request_dict=create_benchmark_ticket_request_instance.to_dict()
# create an instance of CreateBenchmarkTicketRequest from a dictcreate_benchmark_ticket_request_form_dict=create_benchmark_ticket_request.from_dict(create_benchmark_ticket_request_dict)