File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23556,12 +23556,12 @@ components:
23556
23556
Cost in US dollars, broken down into hourly and monthly charges.
23557
23557
properties:
23558
23558
hourly:
23559
- type: integer
23559
+ type: number
23560
23560
description: Cost (in US dollars) per hour.
23561
23561
example: 0.03
23562
23562
x-linode-cli-display: 9
23563
23563
monthly:
23564
- type: integer
23564
+ type: number
23565
23565
description: Cost (in US dollars) per month.
23566
23566
example: 20
23567
23567
x-linode-cli-display: 10
@@ -23583,12 +23583,12 @@ components:
23583
23583
description: Cost of enabling Backups for this Linode Type.
23584
23584
properties:
23585
23585
hourly:
23586
- type: integer
23586
+ type: number
23587
23587
description: >
23588
23588
The cost (in US dollars) per hour to add Backups service.
23589
23589
example: 0.008
23590
23590
monthly:
23591
- type: integer
23591
+ type: number
23592
23592
description: >
23593
23593
The cost (in US dollars) per month to add Backups service.
23594
23594
example: 5
You can’t perform that action at this time.
0 commit comments