EmptyObjectResponseDto

data class EmptyObjectResponseDto(val noProperties: String? = null)

An empty object. The noProperties property is a placeholder to help API generation

Parameters

noProperties

This property will not actually be returned.

Constructors

Link copied to clipboard
constructor(noProperties: String? = null)

Properties

Link copied to clipboard
@SerializedName(value = "noProperties")
val noProperties: String? = null