GoogleCloudRecommenderV1Insight constructor
GoogleCloudRecommenderV1Insight({
- List<
GoogleCloudRecommenderV1InsightRecommendationReference> ? associatedRecommendations, - String? category,
- Map<
String, Object?> ? content, - String? description,
- String? etag,
- String? insightSubtype,
- String? lastRefreshTime,
- String? name,
- String? observationPeriod,
- String? severity,
- GoogleCloudRecommenderV1InsightStateInfo? stateInfo,
- 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,
});