MessageFieldsDto
@JsonSerializable
Constructors
Link copied to clipboard
constructor(@Json(name = "DataType") dataType: DataType, @Json(name = "BinaryListValue") binaryListValues: List<String>? = null, @Json(name = "BinaryValue") binaryValue: String? = null, @Json(name = "StringListValue") stringListValues: List<String>? = null, @Json(name = "StringValue") stringValue: String? = null)