Get

data class Get(val assignTo: String, val index: Int = 1, val key: KeyValueMapOperations.Get.Key)(source)

Constructors

Link copied to clipboard
constructor(assignTo: String, index: Int = 1, key: KeyValueMapOperations.Get.Key)

Types

Link copied to clipboard
data class Key(val parameter: String)

Properties

Link copied to clipboard
Link copied to clipboard
val index: Int
Link copied to clipboard