Variant
data class Variant(val typeName: String, val match: OutputMatchMetadata, val statusFieldName: String?, val fields: List<KotlinEndpointResponseModel.Field>)(source)
Describes one generated response variant.
Constructors
Link copied to clipboard
constructor(typeName: String, match: OutputMatchMetadata, statusFieldName: String?, fields: List<KotlinEndpointResponseModel.Field>)