TemplateCustomContentConfiguration

data class TemplateCustomContentConfiguration(val contentType: TemplateCustomContentType? = null, val contentUrl: String? = null, val imageScaling: TemplateCustomContentImageScalingConfiguration? = null, val interactions: TemplateVisualInteractionOptions? = null)

Constructors

Link copied to clipboard
constructor(contentType: TemplateCustomContentType? = null, contentUrl: String? = null, imageScaling: TemplateCustomContentImageScalingConfiguration? = null, interactions: TemplateVisualInteractionOptions? = 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' .

Link copied to clipboard

The general visual interactions setup for a visual.