NamedResourcesIntSliceArgs

data class NamedResourcesIntSliceArgs(val ints: Output<List<Int>>) : ConvertibleToJava<NamedResourcesIntSliceArgs>

NamedResourcesIntSlice contains a slice of 64-bit integers.

Constructors

Link copied to clipboard
constructor(ints: Output<List<Int>>)

Properties

Link copied to clipboard
val ints: Output<List<Int>>

Ints is the slice of 64-bit integers.

Functions

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