Interface VideoSaveResult

interface VideoSaveResult {
    access_key: string;
    description: string;
    owner_id: number;
    title: string;
    upload_url: string;
    video_id: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

access_key: string

Video access key

description: string

Video description

owner_id: number

Video owner ID

title: string

Video title

upload_url: string

URL for the video uploading

video_id: number

Video ID

Generated using TypeDoc