Class: TencentCloud::Ame::V20190916::ReportDataResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ame::V20190916::ReportDataResponse
- Defined in:
- lib/v20190916/models.rb
Overview
ReportData返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ ReportDataResponse
constructor
A new instance of ReportDataResponse.
Constructor Details
#initialize(requestid = nil) ⇒ ReportDataResponse
Returns a new instance of ReportDataResponse.
2561 2562 2563 |
# File 'lib/v20190916/models.rb', line 2561 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
2559 2560 2561 |
# File 'lib/v20190916/models.rb', line 2559 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
2565 2566 2567 |
# File 'lib/v20190916/models.rb', line 2565 def deserialize(params) @RequestId = params['RequestId'] end |