CommandPlugin constructor

CommandPlugin({
  1. String? name,
  2. String? output,
  3. String? outputS3BucketName,
  4. String? outputS3KeyPrefix,
  5. String? outputS3Region,
  6. int? responseCode,
  7. DateTime? responseFinishDateTime,
  8. DateTime? responseStartDateTime,
  9. String? standardErrorUrl,
  10. String? standardOutputUrl,
  11. CommandPluginStatus? status,
  12. String? statusDetails,
})

Implementation

CommandPlugin({
  this.name,
  this.output,
  this.outputS3BucketName,
  this.outputS3KeyPrefix,
  this.outputS3Region,
  this.responseCode,
  this.responseFinishDateTime,
  this.responseStartDateTime,
  this.standardErrorUrl,
  this.standardOutputUrl,
  this.status,
  this.statusDetails,
});