Class: TencentCloud::Irp::V20220324::ReportMaterialResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Irp::V20220324::ReportMaterialResponse
- Defined in:
- lib/v20220324/models.rb
Overview
ReportMaterial返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ ReportMaterialResponse
constructor
A new instance of ReportMaterialResponse.
Constructor Details
#initialize(requestid = nil) ⇒ ReportMaterialResponse
Returns a new instance of ReportMaterialResponse.
682 683 684 |
# File 'lib/v20220324/models.rb', line 682 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
680 681 682 |
# File 'lib/v20220324/models.rb', line 680 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
686 687 688 |
# File 'lib/v20220324/models.rb', line 686 def deserialize(params) @RequestId = params['RequestId'] end |