OBJECT

FinOpsPropertyWithUnit

FinOps property with name, value and unit required.

link GraphQL Schema definition

  • type FinOpsPropertyWithUnit {
  • # Name of the property
  • name: String!
  • # Unit of the property
  • unit: String!
  • # Value of the property
  • value: String!
  • }