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
fromauthservice.models.regenerate_client_credentials_post200_responseimportRegenerateClientCredentialsPost200Response# TODO update the JSON string belowjson="{}"# create an instance of RegenerateClientCredentialsPost200Response from a JSON stringregenerate_client_credentials_post200_response_instance=RegenerateClientCredentialsPost200Response.from_json(json)
# print the JSON string representation of the objectprintRegenerateClientCredentialsPost200Response.to_json()
# convert the object into a dictregenerate_client_credentials_post200_response_dict=regenerate_client_credentials_post200_response_instance.to_dict()
# create an instance of RegenerateClientCredentialsPost200Response from a dictregenerate_client_credentials_post200_response_form_dict=regenerate_client_credentials_post200_response.from_dict(regenerate_client_credentials_post200_response_dict)