Class: TencentCloud::Irp::V20220805::ReportFeedUserResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Irp::V20220805::ReportFeedUserResponse
- Defined in:
- lib/v20220805/models.rb
Overview
ReportFeedUser返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ ReportFeedUserResponse
constructor
A new instance of ReportFeedUserResponse.
Constructor Details
#initialize(requestid = nil) ⇒ ReportFeedUserResponse
Returns a new instance of ReportFeedUserResponse.
938 939 940 |
# File 'lib/v20220805/models.rb', line 938 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
936 937 938 |
# File 'lib/v20220805/models.rb', line 936 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
942 943 944 |
# File 'lib/v20220805/models.rb', line 942 def deserialize(params) @RequestId = params['RequestId'] end |