MediaUpdateInfoPathDto

data class MediaUpdateInfoPathDto(val path: String? = null, val updateType: String? = null)

The media update info path.

Constructors

Link copied to clipboard
constructor(path: String? = null, updateType: String? = null)

Properties

Link copied to clipboard
val path: String? = null

Media path.

Link copied to clipboard
val updateType: String? = null

Gets or sets media update type. Created, Modified, Deleted.