ActionSummary constructor
ActionSummary({
- String? actionArn,
- String? actionName,
- String? actionType,
- DateTime? creationTime,
- DateTime? lastModifiedTime,
- ActionSource? source,
- ActionStatus? status,
Implementation
ActionSummary({
this.actionArn,
this.actionName,
this.actionType,
this.creationTime,
this.lastModifiedTime,
this.source,
this.status,
});