ApplyEnvironmentManagedActionResult constructor

ApplyEnvironmentManagedActionResult({
  1. String? actionDescription,
  2. String? actionId,
  3. ActionType? actionType,
  4. String? status,
})

Implementation

ApplyEnvironmentManagedActionResult({
  this.actionDescription,
  this.actionId,
  this.actionType,
  this.status,
});