OBJECT
FinOpsPrice
FinOps list price resource
link GraphQL Schema definition
- type FinOpsPrice {
- # Currency of the price resource. Example: USD
- String! :
- # Name of the pricing metric. Example: Compute, Throughput, Storage
- String! :
- # List of the finOps price values
- FinOpsPriceValue!]! : [
- # Unit of the price resource. Example: per hour, MiBps
- LocalizedString! :
- }