Name |
Type |
Description |
Notes |
from cfbd.models.team_stat_stat_value import TeamStatStatValue
# TODO update the JSON string below
json = "{}"
# create an instance of TeamStatStatValue from a JSON string
team_stat_stat_value_instance = TeamStatStatValue.from_json(json)
# print the JSON string representation of the object
print TeamStatStatValue.to_json()
# convert the object into a dict
team_stat_stat_value_dict = team_stat_stat_value_instance.to_dict()
# create an instance of TeamStatStatValue from a dict
team_stat_stat_value_from_dict = TeamStatStatValue.from_dict(team_stat_stat_value_dict)
[Back to Model list] [Back to API list] [Back to README]