ScheduledAction constructor

ScheduledAction({
  1. DateTime? endTime,
  2. String? iamRole,
  3. List<DateTime>? nextInvocations,
  4. String? schedule,
  5. String? scheduledActionDescription,
  6. String? scheduledActionName,
  7. DateTime? startTime,
  8. ScheduledActionState? state,
  9. ScheduledActionType? targetAction,
})

Implementation

ScheduledAction({
  this.endTime,
  this.iamRole,
  this.nextInvocations,
  this.schedule,
  this.scheduledActionDescription,
  this.scheduledActionName,
  this.startTime,
  this.state,
  this.targetAction,
});