Interface TagsResponse

TagsResponse ($ref: "VideoLibrary.GetTags.Response") Response structure for the GetTags method.

interface TagsResponse {
    tags: Tag[];
}

Properties

Properties

tags: Tag[]