Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 927 Bytes

VideoSessionSession.md

File metadata and controls

13 lines (9 loc) · 927 Bytes

VideoSessionSession

Properties

Name Type Description Notes
session_id str The unique identifier for the session that you can use to track what happens during it. [optional]
loaded_at datetime When the video session started, presented in ISO-8601 format. [optional]
ended_at datetime When the video session ended, presented in ISO-8601 format. [optional]
metadata [Metadata] A list of key value pairs that you use to provide metadata for your video. These pairs can be made dynamic, allowing you to segment your audience. You can also just use the pairs as another way to tag and categorize your videos. [optional]

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