UpdateShipmentTitleRequest

@Serializable
data class UpdateShipmentTitleRequest(val updatedById: String, val title: String) : UpdateShipmentRequest

Constructors

Link copied to clipboard
constructor(updatedById: String, title: String)

Properties

Link copied to clipboard
@SerialName(value = "title")
val title: String
Link copied to clipboard
@SerialName(value = "updated_by_id")
open override val updatedById: String