ExampleRequestResponse

data class ExampleRequestResponse(val globalParameters: Map<String, Any>? = null, val inputs: Map<String, List<List<Any>>>? = null)

Sample input data for the service's input(s).

Constructors

Link copied to clipboard
constructor(globalParameters: Map<String, Any>? = null, inputs: Map<String, List<List<Any>>>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Sample input data for the web service's global parameters

Link copied to clipboard
val inputs: Map<String, List<List<Any>>>? = null

Sample input data for the web service's input(s) given as an input name to sample input values matrix map.