costs 对象

特定时间桶的聚合成本详细信息。source

以关联货币表示的货币价值。source

什么时候group_by=line_item中,此字段提供 grouped costs 结果的行项目。source

什么时候group_by=project_id,则此字段提供已分组成本结果的项目 ID。source

OBJECT Costs 对象
1
2
3
4
5
6
7
8
9
{
    "object": "organization.costs.result",
    "amount": {
      "value": 0.06,
      "currency": "usd"
    },
    "line_item": "Image models",
    "project_id": "proj_abc"
}