Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 839 Bytes

File metadata and controls

30 lines (21 loc) · 839 Bytes

Location

Properties

Name Type Description Notes
column int
line int

Example

from twitter_openapi_python_generated.models.location import Location

# TODO update the JSON string below
json = "{}"
# create an instance of Location from a JSON string
location_instance = Location.from_json(json)
# print the JSON string representation of the object
print(Location.to_json())

# convert the object into a dict
location_dict = location_instance.to_dict()
# create an instance of Location from a dict
location_from_dict = Location.from_dict(location_dict)

[Back to Model list] [Back to API list] [Back to README]