AddApplicationInputResponse constructor

AddApplicationInputResponse({
  1. String? applicationARN,
  2. int? applicationVersionId,
  3. List<InputDescription>? inputDescriptions,
})

Implementation

AddApplicationInputResponse({
  this.applicationARN,
  this.applicationVersionId,
  this.inputDescriptions,
});