GoogleCloudApigeeV1Score constructor

GoogleCloudApigeeV1Score({
  1. GoogleCloudApigeeV1ScoreComponent? component,
  2. List<GoogleCloudApigeeV1ScoreComponent>? subcomponents,
  3. GoogleTypeInterval? timeRange,
})

Implementation

GoogleCloudApigeeV1Score({
  this.component,
  this.subcomponents,
  this.timeRange,
});