OBJECT
FinOps property with name, value and unit required.
type FinOpsPropertyWithUnit {# Name of the propertyname: String! # Unit of the propertyunit: String! # Value of the propertyvalue: String! }