TemplateCustomContentConfigurationArgs

data class TemplateCustomContentConfigurationArgs(val contentType: Output<TemplateCustomContentType>? = null, val contentUrl: Output<String>? = null, val imageScaling: Output<TemplateCustomContentImageScalingConfiguration>? = null, val interactions: Output<TemplateVisualInteractionOptionsArgs>? = null) : ConvertibleToJava<TemplateCustomContentConfigurationArgs>

Constructors

Link copied to clipboard
constructor(contentType: Output<TemplateCustomContentType>? = null, contentUrl: Output<String>? = null, imageScaling: Output<TemplateCustomContentImageScalingConfiguration>? = null, interactions: Output<TemplateVisualInteractionOptionsArgs>? = null)

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: Output<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.

Functions

Link copied to clipboard
open override fun toJava(): TemplateCustomContentConfigurationArgs