ProcessedUpdateAction constructor

ProcessedUpdateAction({
  1. String? cacheClusterId,
  2. String? replicationGroupId,
  3. String? serviceUpdateName,
  4. UpdateActionStatus? updateActionStatus,
})

Implementation

ProcessedUpdateAction({
  this.cacheClusterId,
  this.replicationGroupId,
  this.serviceUpdateName,
  this.updateActionStatus,
});