DevSupportInfo
data class DevSupportInfo(val basicInfo: DevInfoList? = null, val authConfigSection: DevInfoSection? = null, val bootConfigSection: DevInfoSection? = null, val currentUserSection: DevInfoSection? = null, val runtimeConfigSection: DevInfoSection? = null, val additionalSections: MutableList<DevInfoSection> = mutableListOf())
Constructors
Link copied to clipboard
constructor(basicInfo: DevInfoList, authConfig: DevInfoList, bootConfig: BootConfig, currentUser: UserAccount?, runtimeConfig: RuntimeConfig)
constructor(basicInfo: DevInfoList? = null, authConfigSection: DevInfoSection? = null, bootConfigSection: DevInfoSection? = null, currentUserSection: DevInfoSection? = null, runtimeConfigSection: DevInfoSection? = null, additionalSections: MutableList<DevInfoSection> = mutableListOf())