@Beta(2020, 10) class EffectiveSetting
The effective setting. It reports the effective parameters or data used when calling the API.
EffectiveSetting(key: String, value: String)
The effective setting. It reports the effective parameters or data used when calling the API. |
val key: String
The parameter key. |
|
val value: String
The parameter value. |
fun equals(other: Any?): Boolean |
|
fun hashCode(): Int |