ListInputsResponse constructor

ListInputsResponse({
  1. List<Input>? inputs,
  2. String? nextToken,
})

Implementation

ListInputsResponse({
  this.inputs,
  this.nextToken,
});