Conversion constructor

Conversion({
  1. bool? childDirectedTreatment,
  2. List<CustomFloodlightVariable>? customVariables,
  3. String? dclid,
  4. String? encryptedUserId,
  5. List<String>? encryptedUserIdCandidates,
  6. String? floodlightActivityId,
  7. String? floodlightConfigurationId,
  8. String? gclid,
  9. String? impressionId,
  10. String? kind,
  11. bool? limitAdTracking,
  12. String? matchId,
  13. String? mobileDeviceId,
  14. bool? nonPersonalizedAd,
  15. String? ordinal,
  16. String? quantity,
  17. String? timestampMicros,
  18. bool? treatmentForUnderage,
  19. List<UserIdentifier>? userIdentifiers,
  20. double? value,
})

Implementation

Conversion({
  this.childDirectedTreatment,
  this.customVariables,
  this.dclid,
  this.encryptedUserId,
  this.encryptedUserIdCandidates,
  this.floodlightActivityId,
  this.floodlightConfigurationId,
  this.gclid,
  this.impressionId,
  this.kind,
  this.limitAdTracking,
  this.matchId,
  this.mobileDeviceId,
  this.nonPersonalizedAd,
  this.ordinal,
  this.quantity,
  this.timestampMicros,
  this.treatmentForUnderage,
  this.userIdentifiers,
  this.value,
});