ProjectSampleArgs

data class ProjectSampleArgs(val size: Output<Int>? = null, val type: Output<ProjectSampleType>) : ConvertibleToJava<ProjectSampleArgs>

Constructors

Link copied to clipboard
constructor(size: Output<Int>? = null, type: Output<ProjectSampleType>)

Properties

Link copied to clipboard
val size: Output<Int>? = null

Sample size

Link copied to clipboard
val type: Output<ProjectSampleType>

Sample type

Functions

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