DashboardCustomContentConfiguration

data class DashboardCustomContentConfiguration(val contentType: DashboardCustomContentType? = null, val contentUrl: String? = null, val imageScaling: DashboardCustomContentImageScalingConfiguration? = null)

Constructors

Link copied to clipboard
constructor(contentType: DashboardCustomContentType? = null, contentUrl: String? = null, imageScaling: DashboardCustomContentImageScalingConfiguration? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The content type of the custom content visual. You can use this to have the visual render as an image.

Link copied to clipboard
val contentUrl: String? = null

The input URL that links to the custom content that you want in the custom visual.

Link copied to clipboard

The sizing options for the size of the custom content visual. This structure is required when the ContentType of the visual is 'IMAGE' .