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. |