UserAction class

An action that can be executed on a user (discipline or reward potentially).

@author Brian Pontarelli

Annotations
  • @JsonSerializable()

Constructors

UserAction({bool active, String cancelEmailTemplateId, String endEmailTemplateId, String id, bool includeEmailInEventJSON, num insertInstant, num lastUpdateInstant, Map<String, String> localizedNames, String modifyEmailTemplateId, String name, List<UserActionOption> options, bool preventLogin, bool sendEndEvent, String startEmailTemplateId, bool temporal, TransactionType transactionType, bool userEmailingEnabled, bool userNotificationsEnabled})
UserAction.fromJson(Map<String, dynamic> json)
factory

Properties

active bool
getter/setter pair
cancelEmailTemplateId String
getter/setter pair
endEmailTemplateId String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String
getter/setter pair
includeEmailInEventJSON bool
getter/setter pair
insertInstant num
getter/setter pair
lastUpdateInstant num
getter/setter pair
localizedNames Map<String, String>
getter/setter pair
modifyEmailTemplateId String
getter/setter pair
name String
getter/setter pair
options List<UserActionOption>
getter/setter pair
preventLogin bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sendEndEvent bool
getter/setter pair
startEmailTemplateId String
getter/setter pair
temporal bool
getter/setter pair
transactionType TransactionType
getter/setter pair
userEmailingEnabled bool
getter/setter pair
userNotificationsEnabled bool
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