Class: TencentCloud::Mna::V20210119::GetMultiFlowStatisticRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mna::V20210119::GetMultiFlowStatisticRequest
- Defined in:
- lib/v20210119/models.rb
Overview
GetMultiFlowStatistic请求参数结构体
Instance Attribute Summary collapse
- #AccessRegion ⇒ Object
- #BeginTime ⇒ Object
- #DeviceIds ⇒ Object
- #EndTime ⇒ Object
- #GatewayType ⇒ Object
- #TimeGranularity ⇒ Object
- #Type ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(deviceids = nil, begintime = nil, endtime = nil, type = nil, timegranularity = nil, accessregion = nil, gatewaytype = nil) ⇒ GetMultiFlowStatisticRequest
constructor
A new instance of GetMultiFlowStatisticRequest.
Constructor Details
#initialize(deviceids = nil, begintime = nil, endtime = nil, type = nil, timegranularity = nil, accessregion = nil, gatewaytype = nil) ⇒ GetMultiFlowStatisticRequest
Returns a new instance of GetMultiFlowStatisticRequest.
1727 1728 1729 1730 1731 1732 1733 1734 1735 |
# File 'lib/v20210119/models.rb', line 1727 def initialize(deviceids=nil, begintime=nil, endtime=nil, type=nil, timegranularity=nil, accessregion=nil, gatewaytype=nil) @DeviceIds = deviceids @BeginTime = begintime @EndTime = endtime @Type = type @TimeGranularity = timegranularity @AccessRegion = accessregion @GatewayType = gatewaytype end |
Instance Attribute Details
#AccessRegion ⇒ Object
1725 1726 1727 |
# File 'lib/v20210119/models.rb', line 1725 def AccessRegion @AccessRegion end |
#BeginTime ⇒ Object
1725 1726 1727 |
# File 'lib/v20210119/models.rb', line 1725 def BeginTime @BeginTime end |
#DeviceIds ⇒ Object
1725 1726 1727 |
# File 'lib/v20210119/models.rb', line 1725 def DeviceIds @DeviceIds end |
#EndTime ⇒ Object
1725 1726 1727 |
# File 'lib/v20210119/models.rb', line 1725 def EndTime @EndTime end |
#GatewayType ⇒ Object
1725 1726 1727 |
# File 'lib/v20210119/models.rb', line 1725 def GatewayType @GatewayType end |
#TimeGranularity ⇒ Object
1725 1726 1727 |
# File 'lib/v20210119/models.rb', line 1725 def TimeGranularity @TimeGranularity end |
#Type ⇒ Object
1725 1726 1727 |
# File 'lib/v20210119/models.rb', line 1725 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
1737 1738 1739 1740 1741 1742 1743 1744 1745 |
# File 'lib/v20210119/models.rb', line 1737 def deserialize(params) @DeviceIds = params['DeviceIds'] @BeginTime = params['BeginTime'] @EndTime = params['EndTime'] @Type = params['Type'] @TimeGranularity = params['TimeGranularity'] @AccessRegion = params['AccessRegion'] @GatewayType = params['GatewayType'] end |