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
fromaffinidi_tdk_iam_client.models.create_project_scoped_token_inputimportCreateProjectScopedTokenInput# TODO update the JSON string belowjson="{}"# create an instance of CreateProjectScopedTokenInput from a JSON stringcreate_project_scoped_token_input_instance=CreateProjectScopedTokenInput.from_json(json)
# print the JSON string representation of the objectprintCreateProjectScopedTokenInput.to_json()
# convert the object into a dictcreate_project_scoped_token_input_dict=create_project_scoped_token_input_instance.to_dict()
# create an instance of CreateProjectScopedTokenInput from a dictcreate_project_scoped_token_input_from_dict=CreateProjectScopedTokenInput.from_dict(create_project_scoped_token_input_dict)