GoogleCloudRecommenderV1ReliabilityProjection constructor

GoogleCloudRecommenderV1ReliabilityProjection({
  1. Map<String, Object?>? details,
  2. List<String>? risks,
})

Implementation

GoogleCloudRecommenderV1ReliabilityProjection({
  this.details,
  this.risks,
});