OBJECT
FinOpsCostAnomalyFeedback
User feedback for the anomaly.
link GraphQL Schema definition
- type FinOpsCostAnomalyFeedback implements Node {
- # The cost anomaly for which feedback was created.
- FinOpsCostAnomaly :
- # Time the feedback was created.
- DateTime! :
- # User-submitted feedback for the anomaly.
- FinOpsCostAnomalyFeedbackType! :
- # Identifier for the cost anomaly.
- ID! :
- }