OBJECT

FinOpsCostAnomalyFeedback

User feedback for the anomaly.

link GraphQL Schema definition

  • type FinOpsCostAnomalyFeedback implements Node {
  • # The cost anomaly for which feedback was created.
  • costAnomaly: FinOpsCostAnomaly
  • # Time the feedback was created.
  • createdTime: DateTime!
  • # User-submitted feedback for the anomaly.
  • feedback: FinOpsCostAnomalyFeedbackType!
  • # Identifier for the cost anomaly.
  • id: ID!
  • }