ReliabilityRisk constructor

ReliabilityRisk({
  1. String? creationTimestamp,
  2. String? description,
  3. RiskDetails? details,
  4. String? id,
  5. String? kind,
  6. String? name,
  7. RiskRecommendation? recommendation,
  8. String? selfLink,
  9. String? selfLinkWithId,
})

Implementation

ReliabilityRisk({
  this.creationTimestamp,
  this.description,
  this.details,
  this.id,
  this.kind,
  this.name,
  this.recommendation,
  this.selfLink,
  this.selfLinkWithId,
});