GoogleCloudIntegrationsV1alphaCoordinateArgs

data class GoogleCloudIntegrationsV1alphaCoordinateArgs(val x: Output<Int>, val y: Output<Int>) : ConvertibleToJava<GoogleCloudIntegrationsV1alphaCoordinateArgs>

Configuration detail of coordinate, it used for UI

Constructors

Functions

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

Properties

Link copied to clipboard
val x: Output<Int>

X axis of the coordinate

Link copied to clipboard
val y: Output<Int>

Y axis of the coordinate