IDResponse

@Serializable
data class IDResponse(val id: String)

Response to an API call that returns just an Id

Parameters

id

The id of the newly created object.

Constructors

Link copied to clipboard
constructor(id: String)

Properties

Link copied to clipboard
@SerialName(value = "Id")
@Required
val id: String