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
fromonelens_backend_client.models.bulk_update_tenant_tickets_error_mixinimportBulkUpdateTenantTicketsErrorMixin# TODO update the JSON string belowjson="{}"# create an instance of BulkUpdateTenantTicketsErrorMixin from a JSON stringbulk_update_tenant_tickets_error_mixin_instance=BulkUpdateTenantTicketsErrorMixin.from_json(json)
# print the JSON string representation of the objectprint(BulkUpdateTenantTicketsErrorMixin.to_json())
# convert the object into a dictbulk_update_tenant_tickets_error_mixin_dict=bulk_update_tenant_tickets_error_mixin_instance.to_dict()
# create an instance of BulkUpdateTenantTicketsErrorMixin from a dictbulk_update_tenant_tickets_error_mixin_form_dict=bulk_update_tenant_tickets_error_mixin.from_dict(bulk_update_tenant_tickets_error_mixin_dict)