ServiceActionDetail class

An object containing detailed information about the self-service action.

Constructors

ServiceActionDetail({Map<ServiceActionDefinitionKey, String>? definition, ServiceActionSummary? serviceActionSummary})
ServiceActionDetail.fromJson(Map<String, dynamic> json)
factory

Properties

definition Map<ServiceActionDefinitionKey, String>?
A map that defines the self-service 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
serviceActionSummary ServiceActionSummary?
Summary information about the self-service 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