ServiceActionSummary class
Detailed information about the self-service action.
Constructors
- ServiceActionSummary({ServiceActionDefinitionType? definitionType, String? description, String? id, String? name})
-
ServiceActionSummary.fromJson(Map<
String, dynamic> json) -
factory
Properties
- definitionType → ServiceActionDefinitionType?
-
The self-service action definition type. For example,
SSM_AUTOMATION
.final - description → String?
-
The self-service action description.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String?
-
The self-service action identifier.
final
- name → String?
-
The self-service action name.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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