CustomFieldResponse

data class CustomFieldResponse(val name: String, val value: String)

Custom fields. These can be used to create a counter with arbitrary field/value pairs. See: go/rpcsp-custom-fields.

Constructors

Link copied to clipboard
fun CustomFieldResponse(name: String, value: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Name is the field name.

Link copied to clipboard

Value is the field value. It is important that in contrast to the CounterOptions.field, the value here is a constant that is not derived from the IAMContext.