AuditRecordCreateAuthor class

The user that actioned the event. If author is not specified, then all author properties will be set to null/empty, except for type which will be set to 'user'.

Constructors

AuditRecordCreateAuthor({required AuditRecordCreateAuthorType type, String? displayName, Map<String, dynamic>? operations, String? username, String? userKey})
AuditRecordCreateAuthor.fromJson(Map<String, Object?> json)
factory

Properties

displayName String?
The name that is displayed on the audit log in the Confluence UI.
final
hashCode int
The hash code for this object.
no setterinherited
operations Map<String, dynamic>?
Always defaults to null.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type AuditRecordCreateAuthorType
Set to 'user'.
final
userKey String?
final
username String?
final

Methods

copyWith({AuditRecordCreateAuthorType? type, String? displayName, Map<String, dynamic>? operations, String? username, String? userKey}) AuditRecordCreateAuthor
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