ZoneInfo

fun ZoneInfo(    zoneId: String?,     zoneName: String?,     isCheckOut: Boolean?,     destination: Destination? = null,     fences: HashSet<FenceInfo> = HashSet(),     enabled: Boolean = true,     customData: Map<String, String>? = null,     description: String? = null)