CreativeRotation constructor
CreativeRotation({
- List<
CreativeAssignment> ? creativeAssignments, - String? creativeOptimizationConfigurationId,
- String? type,
- String? weightCalculationStrategy,
Implementation
CreativeRotation({
this.creativeAssignments,
this.creativeOptimizationConfigurationId,
this.type,
this.weightCalculationStrategy,
});