Screen

@Serializable
data class Screen(val type: CustomerCenterConfigData.Screen.ScreenType, val title: String, val subtitle: String? = null, val paths: List<CustomerCenterConfigData.HelpPath>)

Constructors

Link copied to clipboard

Types

Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard
val subtitle: String? = null
Link copied to clipboard
Link copied to clipboard