GetInsightImpactGraphResult constructor

GetInsightImpactGraphResult({
  1. DateTime? endTime,
  2. String? insightId,
  3. String? nextToken,
  4. DateTime? serviceGraphEndTime,
  5. DateTime? serviceGraphStartTime,
  6. List<InsightImpactGraphService>? services,
  7. DateTime? startTime,
})

Implementation

GetInsightImpactGraphResult({
  this.endTime,
  this.insightId,
  this.nextToken,
  this.serviceGraphEndTime,
  this.serviceGraphStartTime,
  this.services,
  this.startTime,
});