Class: TencentCloud::Apcas::V20201127::QueryGeneralStatRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Apcas::V20201127::QueryGeneralStatRequest
- Defined in:
- lib/v20201127/models.rb
Overview
QueryGeneralStat请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(type = nil) ⇒ QueryGeneralStatRequest
constructor
A new instance of QueryGeneralStatRequest.
Constructor Details
#initialize(type = nil) ⇒ QueryGeneralStatRequest
Returns a new instance of QueryGeneralStatRequest.
460 461 462 |
# File 'lib/v20201127/models.rb', line 460 def initialize(type=nil) @Type = type end |
Instance Attribute Details
#Type ⇒ Object
458 459 460 |
# File 'lib/v20201127/models.rb', line 458 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
464 465 466 |
# File 'lib/v20201127/models.rb', line 464 def deserialize(params) @Type = params['Type'] end |