Custom Field Args
data class CustomFieldArgs(val name: Output<String>? = null, val value: Output<String>? = null) : ConvertibleToJava<CustomFieldArgs>
Custom fields. These can be used to create a counter with arbitrary field/value pairs. See: go/rpcsp-custom-fields.