MediaUpdateInfoPathDto

@Serializable
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
@SerialName(value = "Path")
val path: String?

Media path.

Link copied to clipboard
@SerialName(value = "UpdateType")
val updateType: String?

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