RecommendationSource constructor

RecommendationSource({
  1. String? recommendationSourceArn,
  2. RecommendationSourceType? recommendationSourceType,
})

Implementation

RecommendationSource({
  this.recommendationSourceArn,
  this.recommendationSourceType,
});