GoogleCloudRecommenderV1Insight constructor

GoogleCloudRecommenderV1Insight({
  1. List<GoogleCloudRecommenderV1InsightRecommendationReference>? associatedRecommendations,
  2. String? category,
  3. Map<String, Object?>? content,
  4. String? description,
  5. String? etag,
  6. String? insightSubtype,
  7. String? lastRefreshTime,
  8. String? name,
  9. String? observationPeriod,
  10. String? severity,
  11. GoogleCloudRecommenderV1InsightStateInfo? stateInfo,
  12. List<String>? targetResources,
})

Implementation

GoogleCloudRecommenderV1Insight({
  this.associatedRecommendations,
  this.category,
  this.content,
  this.description,
  this.etag,
  this.insightSubtype,
  this.lastRefreshTime,
  this.name,
  this.observationPeriod,
  this.severity,
  this.stateInfo,
  this.targetResources,
});