Template Custom Content Configuration
data class TemplateCustomContentConfiguration(val contentType: TemplateCustomContentType? = null, val contentUrl: String? = null, val imageScaling: TemplateCustomContentImageScalingConfiguration? = null)
Constructors
Link copied to clipboard
fun TemplateCustomContentConfiguration(contentType: TemplateCustomContentType? = null, contentUrl: String? = null, imageScaling: TemplateCustomContentImageScalingConfiguration? = null)