additionalUserLabels

@JvmName(name = "bnkrktbjddxhgcmq")
suspend fun additionalUserLabels(value: Output<Map<String, String>>)
@JvmName(name = "bfvhsxbwvqlvdtgg")
suspend fun additionalUserLabels(value: Map<String, String>?)

Parameters

value

Additional user labels to be specified for the job. Keys and values should follow the restrictions specified in the labeling restrictions page. An object containing a list of key/value pairs. 'Example: { "name": "wrench", "mass": "1kg", "count": "3" }.' 'An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.'


@JvmName(name = "fhaybbmfmcgjidak")
fun additionalUserLabels(vararg values: Pair<String, String>)

Parameters

values

Additional user labels to be specified for the job. Keys and values should follow the restrictions specified in the labeling restrictions page. An object containing a list of key/value pairs. 'Example: { "name": "wrench", "mass": "1kg", "count": "3" }.' 'An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.'