AnalysisCustomContentConfigurationArgs

data class AnalysisCustomContentConfigurationArgs(val contentType: Output<AnalysisCustomContentType>? = null, val contentUrl: Output<String>? = null, val imageScaling: Output<AnalysisCustomContentImageScalingConfiguration>? = null) : ConvertibleToJava<AnalysisCustomContentConfigurationArgs>

Constructors

Link copied to clipboard
fun AnalysisCustomContentConfigurationArgs(contentType: Output<AnalysisCustomContentType>? = null, contentUrl: Output<String>? = null, imageScaling: Output<AnalysisCustomContentImageScalingConfiguration>? = null)

Functions

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

Properties

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