Class: TencentCloud::Mna::V20210119::GetFlowStatisticByRegionRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mna::V20210119::GetFlowStatisticByRegionRequest
- Defined in:
- lib/v20210119/models.rb
Overview
GetFlowStatisticByRegion请求参数结构体
Instance Attribute Summary collapse
- #AccessRegion ⇒ Object
- #BeginTime ⇒ Object
- #EndTime ⇒ Object
- #GatewayType ⇒ Object
- #TimeGranularity ⇒ Object
- #Type ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(begintime = nil, endtime = nil, type = nil, timegranularity = nil, gatewaytype = nil, accessregion = nil) ⇒ GetFlowStatisticByRegionRequest
constructor
A new instance of GetFlowStatisticByRegionRequest.
Constructor Details
#initialize(begintime = nil, endtime = nil, type = nil, timegranularity = nil, gatewaytype = nil, accessregion = nil) ⇒ GetFlowStatisticByRegionRequest
Returns a new instance of GetFlowStatisticByRegionRequest.
1320 1321 1322 1323 1324 1325 1326 1327 |
# File 'lib/v20210119/models.rb', line 1320 def initialize(begintime=nil, endtime=nil, type=nil, timegranularity=nil, gatewaytype=nil, accessregion=nil) @BeginTime = begintime @EndTime = endtime @Type = type @TimeGranularity = timegranularity @GatewayType = gatewaytype @AccessRegion = accessregion end |
Instance Attribute Details
#AccessRegion ⇒ Object
1318 1319 1320 |
# File 'lib/v20210119/models.rb', line 1318 def AccessRegion @AccessRegion end |
#BeginTime ⇒ Object
1318 1319 1320 |
# File 'lib/v20210119/models.rb', line 1318 def BeginTime @BeginTime end |
#EndTime ⇒ Object
1318 1319 1320 |
# File 'lib/v20210119/models.rb', line 1318 def EndTime @EndTime end |
#GatewayType ⇒ Object
1318 1319 1320 |
# File 'lib/v20210119/models.rb', line 1318 def GatewayType @GatewayType end |
#TimeGranularity ⇒ Object
1318 1319 1320 |
# File 'lib/v20210119/models.rb', line 1318 def TimeGranularity @TimeGranularity end |
#Type ⇒ Object
1318 1319 1320 |
# File 'lib/v20210119/models.rb', line 1318 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
1329 1330 1331 1332 1333 1334 1335 1336 |
# File 'lib/v20210119/models.rb', line 1329 def deserialize(params) @BeginTime = params['BeginTime'] @EndTime = params['EndTime'] @Type = params['Type'] @TimeGranularity = params['TimeGranularity'] @GatewayType = params['GatewayType'] @AccessRegion = params['AccessRegion'] end |