Organization

data class Organization(userId: UserId, name: String, displayName: String?, planName: String?, vpnPlanName: String?, twoFactorGracePeriod: Int?, theme: String?, email: String?, maxDomains: Int?, maxAddresses: Int?, maxSpace: Long?, maxMembers: Int?, maxVPN: Int?, features: Int?, flags: Int?, usedDomains: Int?, usedAddresses: Int?, usedSpace: Long?, assignedSpace: Long?, usedMembers: Int?, usedVPN: Int?, hasKeys: Int?, toMigrate: Int?)

Functions

component1
Link copied to clipboard
operator fun component1(): UserId
component10
Link copied to clipboard
operator fun component10(): Int?
component11
Link copied to clipboard
operator fun component11(): Long?
component12
Link copied to clipboard
operator fun component12(): Int?
component13
Link copied to clipboard
operator fun component13(): Int?
component14
Link copied to clipboard
operator fun component14(): Int?
component15
Link copied to clipboard
operator fun component15(): Int?
component16
Link copied to clipboard
operator fun component16(): Int?
component17
Link copied to clipboard
operator fun component17(): Int?
component18
Link copied to clipboard
operator fun component18(): Long?
component19
Link copied to clipboard
operator fun component19(): Long?
component2
Link copied to clipboard
operator fun component2(): String
component20
Link copied to clipboard
operator fun component20(): Int?
component21
Link copied to clipboard
operator fun component21(): Int?
component22
Link copied to clipboard
operator fun component22(): Int?
component23
Link copied to clipboard
operator fun component23(): Int?
component3
Link copied to clipboard
operator fun component3(): String?
component4
Link copied to clipboard
operator fun component4(): String?
component5
Link copied to clipboard
operator fun component5(): String?
component6
Link copied to clipboard
operator fun component6(): Int?
component7
Link copied to clipboard
operator fun component7(): String?
component8
Link copied to clipboard
operator fun component8(): String?
component9
Link copied to clipboard
operator fun component9(): Int?
copy
Link copied to clipboard
fun copy(userId: UserId, name: String, displayName: String?, planName: String?, vpnPlanName: String?, twoFactorGracePeriod: Int?, theme: String?, email: String?, maxDomains: Int?, maxAddresses: Int?, maxSpace: Long?, maxMembers: Int?, maxVPN: Int?, features: Int?, flags: Int?, usedDomains: Int?, usedAddresses: Int?, usedSpace: Long?, assignedSpace: Long?, usedMembers: Int?, usedVPN: Int?, hasKeys: Int?, toMigrate: Int?): Organization
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

assignedSpace
Link copied to clipboard
val assignedSpace: Long?
displayName
Link copied to clipboard
val displayName: String?
email
Link copied to clipboard
val email: String?
features
Link copied to clipboard
val features: Int?
flags
Link copied to clipboard
val flags: Int?
hasKeys
Link copied to clipboard
val hasKeys: Int?
maxAddresses
Link copied to clipboard
val maxAddresses: Int?
maxDomains
Link copied to clipboard
val maxDomains: Int?
maxMembers
Link copied to clipboard
val maxMembers: Int?
maxSpace
Link copied to clipboard
val maxSpace: Long?
maxVPN
Link copied to clipboard
val maxVPN: Int?
name
Link copied to clipboard
val name: String
planName
Link copied to clipboard
val planName: String?
theme
Link copied to clipboard
val theme: String?
toMigrate
Link copied to clipboard
val toMigrate: Int?
twoFactorGracePeriod
Link copied to clipboard
val twoFactorGracePeriod: Int?
usedAddresses
Link copied to clipboard
val usedAddresses: Int?
usedDomains
Link copied to clipboard
val usedDomains: Int?
usedMembers
Link copied to clipboard
val usedMembers: Int?
usedSpace
Link copied to clipboard
val usedSpace: Long?
usedVPN
Link copied to clipboard
val usedVPN: Int?
userId
Link copied to clipboard
val userId: UserId
vpnPlanName
Link copied to clipboard
val vpnPlanName: String?