LogConfigCounterOptionsCustomFieldArgs

data class LogConfigCounterOptionsCustomFieldArgs(val name: Output<String>? = null, val value: Output<String>? = null) : ConvertibleToJava<LogConfigCounterOptionsCustomFieldArgs>

This is deprecated and has no effect. Do not use.

Constructors

Link copied to clipboard
fun LogConfigCounterOptionsCustomFieldArgs(name: Output<String>? = null, value: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard
val name: Output<String>? = null

This is deprecated and has no effect. Do not use.

Link copied to clipboard
val value: Output<String>? = null

This is deprecated and has no effect. Do not use.