EmptyObjectResponseDto

data class EmptyObjectResponseDto(noProperties: String?)

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

Parameters

noProperties

This property will not actually be returned.

Constructors

EmptyObjectResponseDto
Link copied to clipboard
fun EmptyObjectResponseDto(noProperties: String? = null)
This property will not actually be returned.

Properties

noProperties
Link copied to clipboard
@SerializedName(value = noProperties)
val noProperties: String? = null
This property will not actually be returned.