parameters property

List<Parameter>? parameters
final

A list of Parameter structures that describes the input parameters and their values used to create the change set. For more information, see the Parameter data type.

Implementation

final List<Parameter>? parameters;