open class EffectiveSetting : Serializable
The effective setting. It reports the effective parameters or data used when calling the API.
EffectiveSetting()
Empty constructor for the EffectiveSetting(key: String!, value: String!)
Default constructor for the |
var key: String!
Input parameter name. |
|
var value: String!
Input parameter value. |
open fun getKey(): String!
Returns the input parameter name. |
|
open fun getValue(): String!
Returns the input parameter value. |
|
open fun toString(): String |