TemplateCustomContentConfigurationArgs

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

Constructors

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

Functions

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

Properties

Link copied to clipboard
Link copied to clipboard
val contentUrl: Output<String>? = null
Link copied to clipboard