NamedResourcesIntSlicePatchArgs

data class NamedResourcesIntSlicePatchArgs(val ints: Output<List<Int>>? = null) : ConvertibleToJava<NamedResourcesIntSlicePatchArgs>

NamedResourcesIntSlice contains a slice of 64-bit integers.

Constructors

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

Properties

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

Ints is the slice of 64-bit integers.

Functions

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