A video clip
- type Clip implements Asset {
- Model :
- ID! :
- AssetStatus :
- String :
- String! :
- String :
- String :
- # If populated, the url is only valid until the time given
- DateTime :
- # Link to an image from the clip to display.
- # This link is only valid until `validUntil` time.
- String :
- String :
- # The native height of the clip in pixels, may not be available for all clips.
- Int :
- # The native width of the clip in pixels, may not be available for all clips.
- Int :
- }