ListActionsResponse constructor

ListActionsResponse({
  1. List<ActionSummary>? actionSummaries,
  2. String? nextToken,
})

Implementation

ListActionsResponse({
  this.actionSummaries,
  this.nextToken,
});