GoogleCloudApigeeV1ScoreComponent constructor

GoogleCloudApigeeV1ScoreComponent({
  1. String? calculateTime,
  2. String? dataCaptureTime,
  3. List<String>? drilldownPaths,
  4. List<GoogleCloudApigeeV1ScoreComponentRecommendation>? recommendations,
  5. int? score,
  6. String? scorePath,
})

Implementation

GoogleCloudApigeeV1ScoreComponent({
  this.calculateTime,
  this.dataCaptureTime,
  this.drilldownPaths,
  this.recommendations,
  this.score,
  this.scorePath,
});