Skip to content

Commit 9bedd4d

Browse files
authored
feat(baremetal): add support for OsID in OfferOptionOffer (#1050)
1 parent dbc567d commit 9bedd4d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

api/baremetal/v1/baremetal_sdk.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -732,6 +732,8 @@ type OfferOptionOffer struct {
732732
SubscriptionPeriod OfferSubscriptionPeriod `json:"subscription_period"`
733733

734734
Manageable bool `json:"manageable"`
735+
736+
OsID *string `json:"os_id"`
735737
}
736738

737739
// Option: option

0 commit comments

Comments
 (0)