Person
data class Person( val name: String, val type: Person.Type, val profileImgUrl: String?, val category: String?, val address: Person.Address?, val businessHours: Person.BusinessHour?, val history: Person.History?, val numInCallHistory: String, val token: String?, val score: String?, val contacts: Array<Contact>?, val poiId: String?)
Content copied to clipboard
Constructors
Link copied to clipboard
fun Person( name: String, type: Person.Type, profileImgUrl: String?, category: String?, address: Person.Address?, businessHours: Person.BusinessHour?, history: Person.History?, numInCallHistory: String, token: String?, score: String?, contacts: Array<Contact>?, poiId: String?)
Content copied to clipboard
Types
Link copied to clipboard
data class BusinessHour( val open: String?, val close: String?, val info: String?)
Content copied to clipboard
Link copied to clipboard
data class History( val time: String?, val type: Person.History.Type?, val callType: Person.History.CallType?)
Content copied to clipboard
Link copied to clipboard
Functions
Properties
Link copied to clipboard
@SerializedName(value = "businessHours")
Content copied to clipboard