ApplyEnvironmentManagedActionResult class
The result message containing information about the managed action.
Constructors
- ApplyEnvironmentManagedActionResult({String? actionDescription, String? actionId, ActionType? actionType, String? status})
- ApplyEnvironmentManagedActionResult.fromXml(XmlElement elem)
-
factory
Properties
- actionDescription → String?
-
A description of the managed action.
final
- actionId → String?
-
The action ID of the managed action.
final
- actionType → ActionType?
-
The type of managed action.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → String?
-
The status of the managed action.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited