AnalyticsContactsData

data class AnalyticsContactsData(val teamId: String?, val contactsSize: Int?, val teamSize: Int?, val isEnterprise: Boolean?, val isTeamMember: Boolean)

If val is null mean it shouldn't be provided to the analytics. More details in task https://wearezeta.atlassian.net/browse/WPB-16121

Constructors

Link copied to clipboard
constructor(teamId: String?, contactsSize: Int?, teamSize: Int?, isEnterprise: Boolean?, isTeamMember: Boolean)

Properties

Link copied to clipboard
val contactsSize: Int?
Link copied to clipboard
val isEnterprise: Boolean?
Link copied to clipboard
val isTeamMember: Boolean
Link copied to clipboard
val teamId: String?
Link copied to clipboard
val teamSize: Int?