IngestionResponse

@Serializable
data class IngestionResponse(val permanentId: String? = null, val changingId: String? = null, val token: String? = null)

Constructors

Link copied to clipboard
constructor(permanentId: String? = null, changingId: String? = null, token: String? = null)

Properties

Link copied to clipboard
val changingId: String? = null
Link copied to clipboard
val permanentId: String? = null
Link copied to clipboard
val token: String? = null