ImageDeleteResponseItem

@Serializable
data class ImageDeleteResponseItem(val untagged: String? = null, val deleted: String? = null)

Parameters

untagged

The image ID of an image that was untagged

deleted

The image ID of an image that was deleted

Constructors

Link copied to clipboard
constructor(untagged: String? = null, deleted: String? = null)

Properties

Link copied to clipboard
@SerialName(value = "Deleted")
val deleted: String?
Link copied to clipboard
@SerialName(value = "Untagged")
val untagged: String?