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 b525e68 commit aaf77f0Copy full SHA for aaf77f0
api/iot/v1beta1/iot_sdk.go
@@ -1079,7 +1079,11 @@ type UpdateHubRequest struct {
1079
HubID string `json:"-"`
1080
// Name: hub name (up to 255 characters)
1081
Name *string `json:"name"`
1082
- // DisableEvents: disable events
+ // ProductPlan: hub feature set
1083
+ //
1084
+ // Default value: plan_unknown
1085
+ ProductPlan ProductPlan `json:"product_plan"`
1086
+ // DisableEvents: disable Hub events
1087
DisableEvents *bool `json:"disable_events"`
1088
// EventsTopicPrefix: hub events topic prefix
1089
EventsTopicPrefix *string `json:"events_topic_prefix"`
0 commit comments