ExampleRequestArgs

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

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

Constructors

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

Properties

Link copied to clipboard
val globalParameters: Output<Map<String, Any>>? = null

Sample input data for the web service's global parameters

Link copied to clipboard
val inputs: Output<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.

Functions

Link copied to clipboard
open override fun toJava(): ExampleRequestArgs