GoogleCloudRecommenderV1Recommendation constructor
GoogleCloudRecommenderV1Recommendation({
- List<
GoogleCloudRecommenderV1Impact> ? additionalImpact, - List<
GoogleCloudRecommenderV1RecommendationInsightReference> ? associatedInsights, - GoogleCloudRecommenderV1RecommendationContent? content,
- String? description,
- String? etag,
- String? lastRefreshTime,
- String? name,
- GoogleCloudRecommenderV1Impact? primaryImpact,
- String? priority,
- String? recommenderSubtype,
- GoogleCloudRecommenderV1RecommendationStateInfo? stateInfo,
- List<
String> ? targetResources, - 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,
});