CreateInboxReplierOptions class

Constructors

CreateInboxReplierOptions({required String inboxId, String? name, required CreateInboxReplierOptionsFieldEnum field, required String match, String? replyTo, String? subject, String? from, String? charset, bool? ignoreReplyTo, bool? isHTML, String? body, String? templateId, Map<String, Object>? templateVariables = const {}})
Returns a new CreateInboxReplierOptions instance.

Properties

body String?
Email body for reply
getter/setter pair
charset String?
Email reply charset
getter/setter pair
field CreateInboxReplierOptionsFieldEnum
Field to match against to trigger inbox replier for inbound email
getter/setter pair
from String?
Send email from address
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
ignoreReplyTo bool?
Ignore sender replyTo when responding. Send directly to the sender if enabled.
getter/setter pair
inboxId String
Inbox ID to attach replier to
getter/setter pair
isHTML bool?
Send HTML email
getter/setter pair
match String
String or wildcard style match for field specified when evaluating reply rules. Use * to match anything.
getter/setter pair
name String?
Name for replier
getter/setter pair
replyTo String?
Reply-to email address when sending replying
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subject String?
Subject override when replying to email
getter/setter pair
templateId String?
ID of template to use when sending a reply
getter/setter pair
templateVariables Map<String, Object>?
Template variable values
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.
override

Operators

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

Static Methods

fromJson(dynamic value) CreateInboxReplierOptions?
Returns a new CreateInboxReplierOptions instance and imports its values from value if it's a Map, null otherwise.
listFromJson(dynamic json, {bool growable = false}) List<CreateInboxReplierOptions>
mapFromJson(dynamic json) Map<String, CreateInboxReplierOptions>
mapListFromJson(dynamic json, {bool growable = false}) Map<String, List<CreateInboxReplierOptions>>

Constants

requiredKeys → const Set<String>
The list of required keys that must be present in a JSON.