History
data class History( val time: String?, val type: Person.History.Type?, val callType: Person.History.CallType?)
Content copied to clipboard
Constructors
Link copied to clipboard
fun History( time: String?, type: Person.History.Type?, callType: Person.History.CallType?)
Content copied to clipboard
Types
Properties
Link copied to clipboard
@SerializedName(value = "callType")
Content copied to clipboard