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.sync_policies_from_repo_responseimportSyncPoliciesFromRepoResponse# TODO update the JSON string belowjson="{}"# create an instance of SyncPoliciesFromRepoResponse from a JSON stringsync_policies_from_repo_response_instance=SyncPoliciesFromRepoResponse.from_json(json)
# print the JSON string representation of the objectprint(SyncPoliciesFromRepoResponse.to_json())
# convert the object into a dictsync_policies_from_repo_response_dict=sync_policies_from_repo_response_instance.to_dict()
# create an instance of SyncPoliciesFromRepoResponse from a dictsync_policies_from_repo_response_form_dict=sync_policies_from_repo_response.from_dict(sync_policies_from_repo_response_dict)