Subsite

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?)

Parameters

id
url
type
name
description
avatarUrl

Аватарка профиля

cover
isSubscribed
isVerified
isUnsubscribable
subscribersCount
commentsCount
entriesCount
vacanciesCount
created
createdRFC
karma
socialAccounts

Список прикрепленных аккаунтов

pushTopic

Личный топик пользователя в Firebase Messaging

advancedAccess
counters
userHash

Хеш ID пользователя. Используется для сравнения данных, где ID захеширован

contacts

Constructors

Link copied to clipboard
fun Subsite(id: Long? = null, url: String? = null, type: Long? = null, name: String? = null, description: String? = null, avatarUrl: String? = null, cover: SubsiteCover? = null, isSubscribed: Boolean? = null, isVerified: Boolean? = null, isUnsubscribable: Boolean? = null, subscribersCount: Int? = null, commentsCount: Int? = null, entriesCount: Int? = null, vacanciesCount: Int? = null, created: Long? = null, createdRFC: String? = null, karma: Long? = null, socialAccounts: List<SocialAccount>? = null, pushTopic: String? = null, advancedAccess: AdvancedAccess? = null, counters: Counters? = null, userHash: String? = null, contacts: SubsiteContacts? = null)

Properties

Link copied to clipboard
val advancedAccess: AdvancedAccess? = null
Link copied to clipboard
val avatarUrl: String? = null
Link copied to clipboard
val commentsCount: Int? = null
Link copied to clipboard
val contacts: SubsiteContacts? = null
Link copied to clipboard
val counters: Counters? = null
Link copied to clipboard
val cover: SubsiteCover? = null
Link copied to clipboard
val created: Long? = null
Link copied to clipboard
val createdRFC: String? = null
Link copied to clipboard
val description: String? = null
Link copied to clipboard
val entriesCount: Int? = null
Link copied to clipboard
val id: Long? = null
Link copied to clipboard
val isSubscribed: Boolean? = null
Link copied to clipboard
val isUnsubscribable: Boolean? = null
Link copied to clipboard
val isVerified: Boolean? = null
Link copied to clipboard
val karma: Long? = null
Link copied to clipboard
val name: String? = null
Link copied to clipboard
val pushTopic: String? = null
Link copied to clipboard
val socialAccounts: List<SocialAccount>? = null
Link copied to clipboard
val subscribersCount: Int? = null
Link copied to clipboard
val type: Long? = null
Link copied to clipboard
val url: String? = null
Link copied to clipboard
val userHash: String? = null
Link copied to clipboard
val vacanciesCount: Int? = null