OpsItemEventSummary class
Summary information about an OpsItem event.
Constructors
- OpsItemEventSummary({OpsItemIdentity? createdBy, DateTime? createdTime, String? detail, String? detailType, String? eventId, String? opsItemId, String? source})
-
OpsItemEventSummary.fromJson(Map<
String, dynamic> json) -
factory
Properties
- createdBy → OpsItemIdentity?
-
Information about the user or resource that created the OpsItem event.
final
- createdTime → DateTime?
-
The date and time the OpsItem event was created.
final
- detail → String?
-
Specific information about the OpsItem event.
final
- detailType → String?
-
The type of information provided as a detail.
final
- eventId → String?
-
The ID of the OpsItem event.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- opsItemId → String?
-
The ID of the OpsItem.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- source → String?
-
The source of the OpsItem event.
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