requests

@JvmName(name = "wmfmufgukmvpbbtk")
suspend fun requests(value: Output<List<DeviceRequestPatchArgs>>)
@JvmName(name = "mwmesefwqosgjkml")
suspend fun requests(value: List<DeviceRequestPatchArgs>?)

Parameters

value

Requests represent individual requests for distinct devices which must all be satisfied. If empty, nothing needs to be allocated.


@JvmName(name = "lejiaooilururluq")
suspend fun requests(vararg values: Output<DeviceRequestPatchArgs>)


@JvmName(name = "occeesjiqqxgxvhs")
suspend fun requests(values: List<Output<DeviceRequestPatchArgs>>)
@JvmName(name = "pposcgvcgmbgnjkj")
suspend fun requests(vararg values: DeviceRequestPatchArgs)

Parameters

values

Requests represent individual requests for distinct devices which must all be satisfied. If empty, nothing needs to be allocated.


@JvmName(name = "fleeyvumwiwjrytr")
suspend fun requests(argument: List<suspend DeviceRequestPatchArgsBuilder.() -> Unit>)
@JvmName(name = "iegkcdnpdkhwrvjm")
suspend fun requests(vararg argument: suspend DeviceRequestPatchArgsBuilder.() -> Unit)
@JvmName(name = "xdyfxkbxxmfmnrjv")
suspend fun requests(argument: suspend DeviceRequestPatchArgsBuilder.() -> Unit)

Parameters

argument

Requests represent individual requests for distinct devices which must all be satisfied. If empty, nothing needs to be allocated.