Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.04 KB

File metadata and controls

30 lines (21 loc) · 1.04 KB

TimelineCoverBehaviorUrl

Properties

Name Type Description Notes
url str
url_type str

Example

from twitter_openapi_python_generated.models.timeline_cover_behavior_url import TimelineCoverBehaviorUrl

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

# convert the object into a dict
timeline_cover_behavior_url_dict = timeline_cover_behavior_url_instance.to_dict()
# create an instance of TimelineCoverBehaviorUrl from a dict
timeline_cover_behavior_url_from_dict = TimelineCoverBehaviorUrl.from_dict(timeline_cover_behavior_url_dict)

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