UserActionLog class

A log for an action that was taken on a User.

@author Brian Pontarelli

Annotations
  • @JsonSerializable()

Constructors

UserActionLog({String actioneeUserId, String actionerUserId, List<String> applicationIds, String comment, bool emailUserOnEnd, bool endEventSent, num expiry, LogHistory history, String id, num insertInstant, String localizedName, String localizedOption, String localizedReason, String name, bool notifyUserOnEnd, String option, String reason, String reasonCode, String userActionId})
UserActionLog.fromJson(Map<String, dynamic> json)
factory

Properties

actioneeUserId String
getter/setter pair
actionerUserId String
getter/setter pair
applicationIds List<String>
getter/setter pair
comment String
getter/setter pair
emailUserOnEnd bool
getter/setter pair
endEventSent bool
getter/setter pair
expiry num
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
history LogHistory
getter/setter pair
id String
getter/setter pair
insertInstant num
getter/setter pair
localizedName String
getter/setter pair
localizedOption String
getter/setter pair
localizedReason String
getter/setter pair
name String
getter/setter pair
notifyUserOnEnd bool
getter/setter pair
option String
getter/setter pair
reason String
getter/setter pair
reasonCode String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userActionId String
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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