ScopedAssetChanges

data class ScopedAssetChanges(val mode: String = "vid_file", val description: String? = null, val tags: List<String>? = null)

Asset changes for the selected scope.

Constructors

Link copied to clipboard
constructor(mode: String = "vid_file", description: String? = null, tags: List<String>? = null)

Properties

Link copied to clipboard

replacement description when supplied

Link copied to clipboard

backend media mode

Link copied to clipboard

replacement tags when supplied