TimelineCoverBehaviorUrl
September 29, 2024 ยท View on GitHub
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)