Skip to content

Commit eeabb0d

Browse files
authored
feat(webhosting): add field 'region' to Offer (#2758)
1 parent 0960234 commit eeabb0d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

api/webhosting/v1/webhosting_sdk.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1378,6 +1378,9 @@ type Offer struct {
13781378
// QuotaWarning: defines a warning if the maximum value for an option in the offer is exceeded.
13791379
// Default value: unknown_warning
13801380
QuotaWarning OfferOptionWarning `json:"quota_warning"`
1381+
1382+
// Region: region where the offer is hosted.
1383+
Region scw.Region `json:"region"`
13811384
}
13821385

13831386
// Platform: platform.

0 commit comments

Comments
 (0)