ReliabilityRisk constructor
ReliabilityRisk({
- String? creationTimestamp,
- String? description,
- RiskDetails? details,
- String? id,
- String? kind,
- String? name,
- RiskRecommendation? recommendation,
- String? selfLink,
- String? selfLinkWithId,
Implementation
ReliabilityRisk({
this.creationTimestamp,
this.description,
this.details,
this.id,
this.kind,
this.name,
this.recommendation,
this.selfLink,
this.selfLinkWithId,
});