pulumi-google-native-kotlin
0.31.1.1
pulumi-google-native-kotlin
/
com.pulumi.googlenative.healthcare.v1beta1.kotlin.outputs
/
VertexResponse
Vertex
Response
data
class
VertexResponse
(
val
x
:
Double
,
val
y
:
Double
)
A 2D coordinate in an image. The origin is the top-left.
Types
Constructors
Properties
Constructors
Vertex
Response
Link copied to clipboard
fun
VertexResponse
(
x
:
Double
,
y
:
Double
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
x
Link copied to clipboard
val
x
:
Double
X coordinate.
y
Link copied to clipboard
val
y
:
Double
Y coordinate.