ResourceUsedAmountDTO
ResourceUsedAmountDTO
| Name | Description | Schema | Default |
|---|---|---|---|
| resource_name optional | Resource Name Example : test-vm | any of [string, null] | |
| contract_id optional | Contract Id Example : C002612775 | any of [string, null] | |
| used_time optional | Used time Hour Example : 10 | any of [integer, null] | |
| unit_price optional | Unit Price | any of [Amount, null] | |
| used_amount optional | Used amount | any of [Amount, null] | |
| non_applied_amount optional | Non Applied Amount | any of [Amount, null] | |
| request_at optional | Request At Example : 2024-08-01 00:00:00 | any of [string, null] |