TaobaoOnePriceResult constructor

TaobaoOnePriceResult({
  1. String? promotionSceneId,
  2. DateTime? activityEndTime,
  3. String? materialLink,
  4. String? activityLink,
  5. String? activityName,
  6. DateTime? activityStartTime,
  7. int? id,
  8. int? type,
  9. String? activityInfo,
})

Implementation

TaobaoOnePriceResult({
  this.promotionSceneId,
  this.activityEndTime,
  this.materialLink,
  this.activityLink,
  this.activityName,
  this.activityStartTime,
  this.id,
  this.type,
  this.activityInfo,
});