StreamProcessorRegionsOfInterestPolygonArgs

data class StreamProcessorRegionsOfInterestPolygonArgs(val x: Output<Double>? = null, val y: Output<Double>? = null) : ConvertibleToJava<StreamProcessorRegionsOfInterestPolygonArgs>

Constructors

constructor(x: Output<Double>? = null, y: Output<Double>? = null)

Properties

Link copied to clipboard
val x: Output<Double>? = null

The value of the X coordinate for a point on a Polygon.

Link copied to clipboard
val y: Output<Double>? = null

The value of the Y coordinate for a point on a Polygon.

Functions

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