File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1398,7 +1398,7 @@ type GetHubMetricsRequest struct {
13981398 StartDate * time.Time `json:"-"`
13991399}
14001400
1401- // GetHubMetrics: get a hub's metrics
1401+ // Deprecated: GetHubMetrics: get a hub's metrics
14021402func (s * API ) GetHubMetrics (req * GetHubMetricsRequest , opts ... scw.RequestOption ) (* GetHubMetricsResponse , error ) {
14031403 var err error
14041404
@@ -2025,7 +2025,7 @@ type GetDeviceMetricsRequest struct {
20252025 StartDate * time.Time `json:"-"`
20262026}
20272027
2028- // GetDeviceMetrics: get a device's metrics
2028+ // Deprecated: GetDeviceMetrics: get a device's metrics
20292029func (s * API ) GetDeviceMetrics (req * GetDeviceMetricsRequest , opts ... scw.RequestOption ) (* GetDeviceMetricsResponse , error ) {
20302030 var err error
20312031
You can’t perform that action at this time.
0 commit comments