RecommendationSource constructor
RecommendationSource({
- String? recommendationSourceArn,
- RecommendationSourceType? recommendationSourceType,
Implementation
RecommendationSource({
this.recommendationSourceArn,
this.recommendationSourceType,
});