Interface Tag

Tag ($ref: "Video.Tag") Represents a video tag.

interface Tag {
    name: string;
    tagid: string;
}

Properties

Properties

name: string
tagid: string