Skip to content

Commit aaf77f0

Browse files
feat(iot): add product plan in UpdateHubRequest (#513)
Co-authored-by: Jerome Quere <[email protected]>
1 parent b525e68 commit aaf77f0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

api/iot/v1beta1/iot_sdk.go

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1079,7 +1079,11 @@ type UpdateHubRequest struct {
10791079
HubID string `json:"-"`
10801080
// Name: hub name (up to 255 characters)
10811081
Name *string `json:"name"`
1082-
// DisableEvents: disable events
1082+
// ProductPlan: hub feature set
1083+
//
1084+
// Default value: plan_unknown
1085+
ProductPlan ProductPlan `json:"product_plan"`
1086+
// DisableEvents: disable Hub events
10831087
DisableEvents *bool `json:"disable_events"`
10841088
// EventsTopicPrefix: hub events topic prefix
10851089
EventsTopicPrefix *string `json:"events_topic_prefix"`

0 commit comments

Comments
 (0)