properties property

List<KeyValue>? properties
final

A list of Java properties that are set when the step runs. You can use these properties to pass key value pairs to your main function.

Implementation

final List<KeyValue>? properties;