Package kmtt.models.subsite
Types
Link copied to clipboard
data class Subsite(id: Long?, url: String?, type: Long?, name: String?, description: String?, avatarUrl: String?, cover: SubsiteCover?, isSubscribed: Boolean?, isVerified: Boolean?, isUnsubscribable: Boolean?, subscribersCount: Int?, commentsCount: Int?, entriesCount: Int?, vacanciesCount: Int?, created: Long?, createdRFC: String?, karma: Long?, socialAccounts: List<SocialAccount>?, pushTopic: String?, advancedAccess: AdvancedAccess?, counters: Counters?, userHash: String?, contacts: SubsiteContacts?)
Content copied to clipboard
Link copied to clipboard
data class SubsiteContacts(socials: List<SocialAccount>?, site: SubsiteContactsSite?, email: String?, contacts: String?)
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class SubsitesVacanciesResponseResult(items: List<Vacancy>?, lastId: Long?)
Content copied to clipboard