Experiment constructor

Experiment({
  1. String? accountId,
  2. DateTime? created,
  3. String? description,
  4. bool? editableInGaUi,
  5. DateTime? endTime,
  6. bool? equalWeighting,
  7. String? id,
  8. String? internalWebPropertyId,
  9. String? kind,
  10. int? minimumExperimentLengthInDays,
  11. String? name,
  12. String? objectiveMetric,
  13. String? optimizationType,
  14. ExperimentParentLink? parentLink,
  15. String? profileId,
  16. String? reasonExperimentEnded,
  17. bool? rewriteVariationUrlsAsOriginal,
  18. String? selfLink,
  19. String? servingFramework,
  20. String? snippet,
  21. DateTime? startTime,
  22. String? status,
  23. double? trafficCoverage,
  24. DateTime? updated,
  25. List<ExperimentVariations>? variations,
  26. String? webPropertyId,
  27. double? winnerConfidenceLevel,
  28. bool? winnerFound,
})

Implementation

Experiment({
  this.accountId,
  this.created,
  this.description,
  this.editableInGaUi,
  this.endTime,
  this.equalWeighting,
  this.id,
  this.internalWebPropertyId,
  this.kind,
  this.minimumExperimentLengthInDays,
  this.name,
  this.objectiveMetric,
  this.optimizationType,
  this.parentLink,
  this.profileId,
  this.reasonExperimentEnded,
  this.rewriteVariationUrlsAsOriginal,
  this.selfLink,
  this.servingFramework,
  this.snippet,
  this.startTime,
  this.status,
  this.trafficCoverage,
  this.updated,
  this.variations,
  this.webPropertyId,
  this.winnerConfidenceLevel,
  this.winnerFound,
});