VanillaCampaignPayload class

Constructors

VanillaCampaignPayload({String? campaignEndTimeMillis, String? campaignId, String? campaignName, String? campaignStartTimeMillis, String? experimentalCampaignId})
VanillaCampaignPayload.fromJson(Map _json)

Properties

campaignEndTimeMillis String?
end time of the campaign - we use long vs Timestamp here to minimize the size of the bundles sent back to the sdk clients
getter/setter pair
campaignId String?
Campaign id
getter/setter pair
campaignName String?
the display name for the campaign given by the campaign creator.
getter/setter pair
campaignStartTimeMillis String?
Start time of the campaign - we use long vs Timestamp here to minimize the size of the bundles sent back to the sdk clients
getter/setter pair
experimentalCampaignId String?
if the campaign is the result of a rolled out campaign, the old experimental campaign id here is used for impression tracking on the client
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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