@Beta(2020, 12) data class EffectiveSetting : Serializable
The effective setting. It reports the effective parameters or data used when calling the API.
key - The parameter key.
key
value - The parameter value.
value
val key: String
The parameter key.
val value: String
The parameter value.