Recommendation constructor
Recommendation({
- List<
RecommendationCallToAction> ? additionalCallToAction, - List<
RecommendationDescription> ? additionalDescriptions, - List<
RecommendationCreative> ? creative, - RecommendationCallToAction? defaultCallToAction,
- String? defaultDescription,
- int? numericalImpact,
- bool? paid,
- String? recommendationName,
- String? subType,
- String? title,
- String? type,
Implementation
Recommendation({
this.additionalCallToAction,
this.additionalDescriptions,
this.creative,
this.defaultCallToAction,
this.defaultDescription,
this.numericalImpact,
this.paid,
this.recommendationName,
this.subType,
this.title,
this.type,
});