EmptyRequest

data class EmptyRequest(val description: String?)

An empty request body placeholder used for API calls that require a POST with no payload.

Constructors

Link copied to clipboard
constructor(description: String?)

Properties

Link copied to clipboard

Unused field present to satisfy serialization requirements.