AnalysisImageStaticFileArgs

data class AnalysisImageStaticFileArgs(val source: Output<AnalysisStaticFileSourceArgs>? = null, val staticFileId: Output<String>) : ConvertibleToJava<AnalysisImageStaticFileArgs>

Constructors

Link copied to clipboard
constructor(source: Output<AnalysisStaticFileSourceArgs>? = null, staticFileId: Output<String>)

Properties

Link copied to clipboard

The source of the image static file.

Link copied to clipboard
val staticFileId: Output<String>

The ID of the static file that contains an image.

Functions

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