open class NativeEffectiveSetting : Serializable
The effective setting. It reports the effective parameters or data used when calling the API.
NativeEffectiveSetting() NativeEffectiveSetting(key: String!, value: String!) |
open fun getKey(): String! |
|
open fun getValue(): String! |
|
open fun toString(): String |