MediaTagCollectionResponse is an interface representing the response from a media tag collection query. It includes the MediaTag of type Tag.

interface MediaTagCollectionResponse {
    MediaTag: Tag;
}

Properties

Properties

MediaTag: Tag

MediaTag is an instance of Tag representing the media tag in the response.