VideoUrlOptionInput
Payload for a video url
Fields
url_by_item_id
· String
· The url of the video by item id Used By
Definition
"""Payload for a video url"""input VideoUrlOptionInput { """ The ID of the video url """ id: ID
""" The url of the video """ url: String
""" The url of the video by item id """ url_by_item_id: String}