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
fromvcell_api_client.models.acces_token_representation_recordimportAccesTokenRepresentationRecord# TODO update the JSON string belowjson="{}"# create an instance of AccesTokenRepresentationRecord from a JSON stringacces_token_representation_record_instance=AccesTokenRepresentationRecord.from_json(json)
# print the JSON string representation of the objectprintAccesTokenRepresentationRecord.to_json()
# convert the object into a dictacces_token_representation_record_dict=acces_token_representation_record_instance.to_dict()
# create an instance of AccesTokenRepresentationRecord from a dictacces_token_representation_record_form_dict=acces_token_representation_record.from_dict(acces_token_representation_record_dict)