Class: TencentCloud::Mna::V20210119::GetFlowStatisticRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mna::V20210119::GetFlowStatisticRequest
- Defined in:
- lib/v20210119/models.rb
Overview
GetFlowStatistic请求参数结构体
Instance Attribute Summary collapse
- #AccessRegion ⇒ Object
- #BeginTime ⇒ Object
- #DeviceId ⇒ Object
- #DeviceList ⇒ Object
- #EndTime ⇒ Object
- #GatewayType ⇒ Object
- #TimeGranularity ⇒ Object
- #Type ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(deviceid = nil, begintime = nil, endtime = nil, type = nil, timegranularity = nil, accessregion = nil, gatewaytype = nil, devicelist = nil) ⇒ GetFlowStatisticRequest
constructor
A new instance of GetFlowStatisticRequest.
Constructor Details
#initialize(deviceid = nil, begintime = nil, endtime = nil, type = nil, timegranularity = nil, accessregion = nil, gatewaytype = nil, devicelist = nil) ⇒ GetFlowStatisticRequest
Returns a new instance of GetFlowStatisticRequest.
1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 |
# File 'lib/v20210119/models.rb', line 1399 def initialize(deviceid=nil, begintime=nil, endtime=nil, type=nil, timegranularity=nil, accessregion=nil, gatewaytype=nil, devicelist=nil) @DeviceId = deviceid @BeginTime = begintime @EndTime = endtime @Type = type @TimeGranularity = timegranularity @AccessRegion = accessregion @GatewayType = gatewaytype @DeviceList = devicelist end |
Instance Attribute Details
#AccessRegion ⇒ Object
1397 1398 1399 |
# File 'lib/v20210119/models.rb', line 1397 def AccessRegion @AccessRegion end |
#BeginTime ⇒ Object
1397 1398 1399 |
# File 'lib/v20210119/models.rb', line 1397 def BeginTime @BeginTime end |
#DeviceId ⇒ Object
1397 1398 1399 |
# File 'lib/v20210119/models.rb', line 1397 def DeviceId @DeviceId end |
#DeviceList ⇒ Object
1397 1398 1399 |
# File 'lib/v20210119/models.rb', line 1397 def DeviceList @DeviceList end |
#EndTime ⇒ Object
1397 1398 1399 |
# File 'lib/v20210119/models.rb', line 1397 def EndTime @EndTime end |
#GatewayType ⇒ Object
1397 1398 1399 |
# File 'lib/v20210119/models.rb', line 1397 def GatewayType @GatewayType end |
#TimeGranularity ⇒ Object
1397 1398 1399 |
# File 'lib/v20210119/models.rb', line 1397 def TimeGranularity @TimeGranularity end |
#Type ⇒ Object
1397 1398 1399 |
# File 'lib/v20210119/models.rb', line 1397 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 |
# File 'lib/v20210119/models.rb', line 1410 def deserialize(params) @DeviceId = params['DeviceId'] @BeginTime = params['BeginTime'] @EndTime = params['EndTime'] @Type = params['Type'] @TimeGranularity = params['TimeGranularity'] @AccessRegion = params['AccessRegion'] @GatewayType = params['GatewayType'] @DeviceList = params['DeviceList'] end |