Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 892 Bytes

TeamStatStatValue.md

File metadata and controls

27 lines (19 loc) · 892 Bytes

TeamStatStatValue

Properties

Name Type Description Notes

Example

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]