Skip to content

Commit

Permalink
SDK v0.7.4 - API v4.114.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arash-r1c authored and ArvanCloud committed Nov 11, 2023
1 parent 9b52653 commit cf3f168
Show file tree
Hide file tree
Showing 3 changed files with 96 additions and 25 deletions.
59 changes: 34 additions & 25 deletions api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9957,12 +9957,12 @@ components:
requests:
series:
- data:
- 1
- 1
- 5
- 5
name: reports.requests.total
- data:
- 1
- 1
- 5
- 5
name: reports.requests.total
categories:
- 2000-01-23T04:56:07.000+00:00
Expand All @@ -9977,11 +9977,13 @@ components:
TrafficStatistics:
example:
traffics:
total: 6
bypass: 6
total: 1
top: 2000-01-23T04:56:07.000+00:00
saved: 0
requests:
total: 6
bypass: 6
total: 1
top: 2000-01-23T04:56:07.000+00:00
saved: 0
properties:
Expand Down Expand Up @@ -10024,24 +10026,26 @@ components:
requests:
series:
- data:
- 1
- 1
- 5
- 5
name: reports.requests.total
- data:
- 1
- 1
- 5
- 5
name: reports.requests.total
categories:
- 2000-01-23T04:56:07.000+00:00
- 2000-01-23T04:56:07.000+00:00
title: reports.requests
statistics:
traffics:
total: 6
bypass: 6
total: 1
top: 2000-01-23T04:56:07.000+00:00
saved: 0
requests:
total: 6
bypass: 6
total: 1
top: 2000-01-23T04:56:07.000+00:00
saved: 0
properties:
Expand Down Expand Up @@ -10203,24 +10207,26 @@ components:
requests:
series:
- data:
- 1
- 1
- 5
- 5
name: reports.requests.total
- data:
- 1
- 1
- 5
- 5
name: reports.requests.total
categories:
- 2000-01-23T04:56:07.000+00:00
- 2000-01-23T04:56:07.000+00:00
title: reports.requests
statistics:
traffics:
total: 6
bypass: 6
total: 1
top: 2000-01-23T04:56:07.000+00:00
saved: 0
requests:
total: 6
bypass: 6
total: 1
top: 2000-01-23T04:56:07.000+00:00
saved: 0
properties:
Expand Down Expand Up @@ -21195,8 +21201,8 @@ components:
TrafficCharts_requests_series_inner:
example:
data:
- 1
- 1
- 5
- 5
name: reports.requests.total
properties:
name:
Expand All @@ -21213,12 +21219,12 @@ components:
example:
series:
- data:
- 1
- 1
- 5
- 5
name: reports.requests.total
- data:
- 1
- 1
- 5
- 5
name: reports.requests.total
categories:
- 2000-01-23T04:56:07.000+00:00
Expand Down Expand Up @@ -21288,12 +21294,15 @@ components:
type: object
TrafficStatistics_traffics:
example:
total: 6
bypass: 6
total: 1
top: 2000-01-23T04:56:07.000+00:00
saved: 0
properties:
saved:
type: integer
bypass:
type: integer
top:
format: date-time
type: string
Expand Down
26 changes: 26 additions & 0 deletions docs/TrafficStatisticsTraffics.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Saved** | **int32** | |
**Bypass** | Pointer to **int32** | | [optional]
**Top** | **time.Time** | |
**Total** | **int32** | |

Expand Down Expand Up @@ -47,6 +48,31 @@ and a boolean to check if the value has been set.
SetSaved sets Saved field to given value.


### GetBypass

`func (o *TrafficStatisticsTraffics) GetBypass() int32`

GetBypass returns the Bypass field if non-nil, zero value otherwise.

### GetBypassOk

`func (o *TrafficStatisticsTraffics) GetBypassOk() (*int32, bool)`

GetBypassOk returns a tuple with the Bypass field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.

### SetBypass

`func (o *TrafficStatisticsTraffics) SetBypass(v int32)`

SetBypass sets Bypass field to given value.

### HasBypass

`func (o *TrafficStatisticsTraffics) HasBypass() bool`

HasBypass returns a boolean if a field has been set.

### GetTop

`func (o *TrafficStatisticsTraffics) GetTop() time.Time`
Expand Down
36 changes: 36 additions & 0 deletions model_traffic_statistics_traffics.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cf3f168

Please sign in to comment.