We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0960234 commit eeabb0dCopy full SHA for eeabb0d
api/webhosting/v1/webhosting_sdk.go
@@ -1378,6 +1378,9 @@ type Offer struct {
1378
// QuotaWarning: defines a warning if the maximum value for an option in the offer is exceeded.
1379
// Default value: unknown_warning
1380
QuotaWarning OfferOptionWarning `json:"quota_warning"`
1381
+
1382
+ // Region: region where the offer is hosted.
1383
+ Region scw.Region `json:"region"`
1384
}
1385
1386
// Platform: platform.
0 commit comments