ActionSummary constructor

ActionSummary({
  1. String? actionArn,
  2. String? actionName,
  3. String? actionType,
  4. DateTime? creationTime,
  5. DateTime? lastModifiedTime,
  6. ActionSource? source,
  7. ActionStatus? status,
})

Implementation

ActionSummary({
  this.actionArn,
  this.actionName,
  this.actionType,
  this.creationTime,
  this.lastModifiedTime,
  this.source,
  this.status,
});