Input$OutboundInput class
Constructors
- Input$OutboundInput({String? title, String? description, String? icon, Input$PictureInput? picture, Enum$TriggerEnum? trigger, Enum$ChannelEnum? channel, String? smart, String? tracking, Enum$OutboundEnum? status, double? sent, double? clicked, Input$OutboundContentInput? content, String? audience, Input$TargetACIInput? target, DateTime? executedAt})
-
factory
-
Input$OutboundInput.fromJson(Map<
String, dynamic> data) -
factory
Properties
- audience → String?
-
no setter
- channel → Enum$ChannelEnum?
-
no setter
- clicked → double?
-
no setter
- content → Input$OutboundContentInput?
-
no setter
-
copyWith
→ CopyWith$Input$OutboundInput<
Input$OutboundInput> -
no setter
- description → String?
-
no setter
- executedAt → DateTime?
-
no setter
- hashCode → int
-
The hash code for this object.
no setteroverride
- icon → String?
-
no setter
- picture → Input$PictureInput?
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sent → double?
-
no setter
- smart → String?
-
no setter
- status → Enum$OutboundEnum?
-
no setter
- target → Input$TargetACIInput?
-
no setter
- title → String?
-
no setter
- tracking → String?
-
no setter
- trigger → Enum$TriggerEnum?
-
no setter
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.
override