Dashboard Custom Content Configuration
data class DashboardCustomContentConfiguration(val contentType: DashboardCustomContentType? = null, val contentUrl: String? = null, val imageScaling: DashboardCustomContentImageScalingConfiguration? = null)
Constructors
Link copied to clipboard
fun DashboardCustomContentConfiguration(contentType: DashboardCustomContentType? = null, contentUrl: String? = null, imageScaling: DashboardCustomContentImageScalingConfiguration? = null)