Class: TencentCloud::Irp::V20220805::ReportFeedItemResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Irp::V20220805::ReportFeedItemResponse
- Defined in:
- lib/v20220805/models.rb
Overview
ReportFeedItem返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ ReportFeedItemResponse
constructor
A new instance of ReportFeedItemResponse.
Constructor Details
#initialize(requestid = nil) ⇒ ReportFeedItemResponse
Returns a new instance of ReportFeedItemResponse.
895 896 897 |
# File 'lib/v20220805/models.rb', line 895 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
893 894 895 |
# File 'lib/v20220805/models.rb', line 893 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
899 900 901 |
# File 'lib/v20220805/models.rb', line 899 def deserialize(params) @RequestId = params['RequestId'] end |