GoogleCloudRecommenderV1Recommendation constructor

GoogleCloudRecommenderV1Recommendation({
  1. List<GoogleCloudRecommenderV1Impact>? additionalImpact,
  2. List<GoogleCloudRecommenderV1RecommendationInsightReference>? associatedInsights,
  3. GoogleCloudRecommenderV1RecommendationContent? content,
  4. String? description,
  5. String? etag,
  6. String? lastRefreshTime,
  7. String? name,
  8. GoogleCloudRecommenderV1Impact? primaryImpact,
  9. String? priority,
  10. String? recommenderSubtype,
  11. GoogleCloudRecommenderV1RecommendationStateInfo? stateInfo,
  12. List<String>? targetResources,
  13. String? xorGroupId,
})

Implementation

GoogleCloudRecommenderV1Recommendation({
  this.additionalImpact,
  this.associatedInsights,
  this.content,
  this.description,
  this.etag,
  this.lastRefreshTime,
  this.name,
  this.primaryImpact,
  this.priority,
  this.recommenderSubtype,
  this.stateInfo,
  this.targetResources,
  this.xorGroupId,
});