HistoryMetadata class

Details of issue history metadata.

Constructors

HistoryMetadata({String? activityDescription, String? activityDescriptionKey, HistoryMetadataParticipant? actor, HistoryMetadataParticipant? cause, String? description, String? descriptionKey, String? emailDescription, String? emailDescriptionKey, Map<String, dynamic>? extraData, HistoryMetadataParticipant? generator, String? type})
HistoryMetadata.fromJson(Map<String, Object?> json)
factory

Properties

activityDescription String?
The activity described in the history record.
final
activityDescriptionKey String?
The key of the activity described in the history record.
final
actor HistoryMetadataParticipant?
Details of the user whose action created the history record.
final
cause HistoryMetadataParticipant?
Details of the cause that triggered the creation the history record.
final
description String?
The description of the history record.
final
descriptionKey String?
The description key of the history record.
final
emailDescription String?
The description of the email address associated the history record.
final
emailDescriptionKey String?
The description key of the email address associated the history record.
final
extraData Map<String, dynamic>?
Additional arbitrary information about the history record.
final
generator HistoryMetadataParticipant?
Details of the system that generated the history record.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String?
The type of the history record.
final

Methods

copyWith({String? activityDescription, String? activityDescriptionKey, HistoryMetadataParticipant? actor, HistoryMetadataParticipant? cause, String? description, String? descriptionKey, String? emailDescription, String? emailDescriptionKey, Map<String, dynamic>? extraData, HistoryMetadataParticipant? generator, String? type}) HistoryMetadata
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, Object?>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited