MatchesObject

data class MatchesObject(@Json(name = expected_holderexpectedHolder: String, @Json(name = matchmatch: MatchType)

Parameters

expectedHolder

name of the expected holder

match

Constructors

MatchesObject
Link copied to clipboard
fun MatchesObject(@Json(name = expected_holderexpectedHolder: String, @Json(name = matchmatch: MatchType)
name of the expected holder

Properties

expectedHolder
Link copied to clipboard
var expectedHolder: String
name of the expected holder
match
Link copied to clipboard
var match: MatchType