CreativeRotation constructor

CreativeRotation({
  1. List<CreativeAssignment>? creativeAssignments,
  2. String? creativeOptimizationConfigurationId,
  3. String? type,
  4. String? weightCalculationStrategy,
})

Implementation

CreativeRotation({
  this.creativeAssignments,
  this.creativeOptimizationConfigurationId,
  this.type,
  this.weightCalculationStrategy,
});