Class: TencentCloud::Ame::V20190916::ReportDataRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ame::V20190916::ReportDataRequest
- Defined in:
- lib/v20190916/models.rb
Overview
ReportData请求参数结构体
Instance Attribute Summary collapse
-
#ReportData ⇒ Object
详细说明请参考文档reportdata.docx: github.com/tencentyun/ame-documents.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(reportdata = nil) ⇒ ReportDataRequest
constructor
A new instance of ReportDataRequest.
Constructor Details
#initialize(reportdata = nil) ⇒ ReportDataRequest
Returns a new instance of ReportDataRequest.
2545 2546 2547 |
# File 'lib/v20190916/models.rb', line 2545 def initialize(reportdata=nil) @ReportData = reportdata end |
Instance Attribute Details
#ReportData ⇒ Object
详细说明请参考文档reportdata.docx:github.com/tencentyun/ame-documents
2543 2544 2545 |
# File 'lib/v20190916/models.rb', line 2543 def ReportData @ReportData end |
Instance Method Details
#deserialize(params) ⇒ Object
2549 2550 2551 |
# File 'lib/v20190916/models.rb', line 2549 def deserialize(params) @ReportData = params['ReportData'] end |