ApplicationAttemptInfo constructor

ApplicationAttemptInfo({
  1. String? appSparkVersion,
  2. String? attemptId,
  3. bool? completed,
  4. String? durationMillis,
  5. String? endTime,
  6. String? lastUpdated,
  7. String? sparkUser,
  8. String? startTime,
})

Implementation

ApplicationAttemptInfo({
  this.appSparkVersion,
  this.attemptId,
  this.completed,
  this.durationMillis,
  this.endTime,
  this.lastUpdated,
  this.sparkUser,
  this.startTime,
});