INPUT_OBJECT

FinOpsPropertyInput

Name and value of the FinOps property to be queried

link GraphQL Schema definition

  • input FinOpsPropertyInput {
  • # Name of the property to be queried
  • name: String!
  • # Value for the property to be queried
  • value: String!
  • }