vertices

@JvmName(name = "texlnvcxuxmxfjbh")
suspend fun vertices(value: Output<List<VertexArgs>>)
@JvmName(name = "omlpafpqarfjxkug")
suspend fun vertices(value: List<VertexArgs>?)

Parameters

value

List of the vertices of this polygon.


@JvmName(name = "lykdbecfdabgevhy")
suspend fun vertices(vararg values: Output<VertexArgs>)


@JvmName(name = "ncqntokssrvcnrtm")
suspend fun vertices(values: List<Output<VertexArgs>>)
@JvmName(name = "yprnyatqjqmuroib")
suspend fun vertices(vararg values: VertexArgs)

Parameters

values

List of the vertices of this polygon.


@JvmName(name = "tmgqrtyucgvjyjtl")
suspend fun vertices(argument: List<suspend VertexArgsBuilder.() -> Unit>)
@JvmName(name = "ufoormhjxrmlxbxk")
suspend fun vertices(vararg argument: suspend VertexArgsBuilder.() -> Unit)
@JvmName(name = "ofcedwlxashnoanh")
suspend fun vertices(argument: suspend VertexArgsBuilder.() -> Unit)

Parameters

argument

List of the vertices of this polygon.