Class: TencentCloud::Mna::V20210119::GetFlowStatisticByGroupRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mna::V20210119::GetFlowStatisticByGroupRequest
- Defined in:
- lib/v20210119/models.rb
Overview
GetFlowStatisticByGroup请求参数结构体
Instance Attribute Summary collapse
- #AccessRegion ⇒ Object
- #BeginTime ⇒ Object
- #EndTime ⇒ Object
- #GatewayType ⇒ Object
- #GroupId ⇒ Object
- #MpApplicationId ⇒ Object
- #TimeGranularity ⇒ Object
- #Type ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(groupid = nil, begintime = nil, endtime = nil, type = nil, timegranularity = nil, accessregion = nil, gatewaytype = nil, mpapplicationid = nil) ⇒ GetFlowStatisticByGroupRequest
constructor
A new instance of GetFlowStatisticByGroupRequest.
Constructor Details
#initialize(groupid = nil, begintime = nil, endtime = nil, type = nil, timegranularity = nil, accessregion = nil, gatewaytype = nil, mpapplicationid = nil) ⇒ GetFlowStatisticByGroupRequest
Returns a new instance of GetFlowStatisticByGroupRequest.
1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 |
# File 'lib/v20210119/models.rb', line 1241 def initialize(groupid=nil, begintime=nil, endtime=nil, type=nil, timegranularity=nil, accessregion=nil, gatewaytype=nil, mpapplicationid=nil) @GroupId = groupid @BeginTime = begintime @EndTime = endtime @Type = type @TimeGranularity = timegranularity @AccessRegion = accessregion @GatewayType = gatewaytype @MpApplicationId = mpapplicationid end |
Instance Attribute Details
#AccessRegion ⇒ Object
1239 1240 1241 |
# File 'lib/v20210119/models.rb', line 1239 def AccessRegion @AccessRegion end |
#BeginTime ⇒ Object
1239 1240 1241 |
# File 'lib/v20210119/models.rb', line 1239 def BeginTime @BeginTime end |
#EndTime ⇒ Object
1239 1240 1241 |
# File 'lib/v20210119/models.rb', line 1239 def EndTime @EndTime end |
#GatewayType ⇒ Object
1239 1240 1241 |
# File 'lib/v20210119/models.rb', line 1239 def GatewayType @GatewayType end |
#GroupId ⇒ Object
1239 1240 1241 |
# File 'lib/v20210119/models.rb', line 1239 def GroupId @GroupId end |
#MpApplicationId ⇒ Object
1239 1240 1241 |
# File 'lib/v20210119/models.rb', line 1239 def MpApplicationId @MpApplicationId end |
#TimeGranularity ⇒ Object
1239 1240 1241 |
# File 'lib/v20210119/models.rb', line 1239 def TimeGranularity @TimeGranularity end |
#Type ⇒ Object
1239 1240 1241 |
# File 'lib/v20210119/models.rb', line 1239 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 |
# File 'lib/v20210119/models.rb', line 1252 def deserialize(params) @GroupId = params['GroupId'] @BeginTime = params['BeginTime'] @EndTime = params['EndTime'] @Type = params['Type'] @TimeGranularity = params['TimeGranularity'] @AccessRegion = params['AccessRegion'] @GatewayType = params['GatewayType'] @MpApplicationId = params['MpApplicationId'] end |