ApplyEnvironmentManagedActionResult constructor
ApplyEnvironmentManagedActionResult({
- String? actionDescription,
- String? actionId,
- ActionType? actionType,
- String? status,
Implementation
ApplyEnvironmentManagedActionResult({
this.actionDescription,
this.actionId,
this.actionType,
this.status,
});