ListPipelineParametersForExecutionResponse constructor

ListPipelineParametersForExecutionResponse({
  1. String? nextToken,
  2. List<Parameter>? pipelineParameters,
})

Implementation

ListPipelineParametersForExecutionResponse({
  this.nextToken,
  this.pipelineParameters,
});