Zync Team Sort And Filter
data class ZyncTeamSortAndFilter(val sortType: ZyncSortType = ZyncSortType.Ascending, val sortBy: ZyncTeamSortBy = ZyncTeamSortBy.TeamName, val keyword: String? = null, val userUid: String? = null, val isActive: Boolean? = null)
Constructors
Link copied to clipboard
constructor(sortType: ZyncSortType = ZyncSortType.Ascending, sortBy: ZyncTeamSortBy = ZyncTeamSortBy.TeamName, keyword: String? = null, userUid: String? = null, isActive: Boolean? = null)