ExperimentalCampaignPayload class

Constructors

ExperimentalCampaignPayload({String? campaignEndTimeMillis, String? campaignId, String? campaignName, String? campaignStartTimeMillis, ExperimentPayload? experimentPayload})
ExperimentalCampaignPayload.fromJson(Map _json)

Properties

campaignEndTimeMillis String?
FIAM configured end time of the experiment - 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?
FIAM configured start time of the experiment - we use long vs Timestamp here to minimize the size of the bundles sent back to the sdk clients
getter/setter pair
experimentPayload ExperimentPayload?
payload is sent for scion tracking of the experiment this is provied by ABT
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