Class: TencentCloud::Weilingwith::V20230427::BatchReportAppMessageResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Weilingwith::V20230427::BatchReportAppMessageResponse
- Defined in:
- lib/v20230427/models.rb
Overview
BatchReportAppMessage返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(result = nil, requestid = nil) ⇒ BatchReportAppMessageResponse
constructor
A new instance of BatchReportAppMessageResponse.
Constructor Details
#initialize(result = nil, requestid = nil) ⇒ BatchReportAppMessageResponse
1091 1092 1093 1094 |
# File 'lib/v20230427/models.rb', line 1091 def initialize(result=nil, requestid=nil) @Result = result @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
1089 1090 1091 |
# File 'lib/v20230427/models.rb', line 1089 def RequestId @RequestId end |
#Result ⇒ Object
1089 1090 1091 |
# File 'lib/v20230427/models.rb', line 1089 def Result @Result end |
Instance Method Details
#deserialize(params) ⇒ Object
1096 1097 1098 1099 1100 1101 1102 |
# File 'lib/v20230427/models.rb', line 1096 def deserialize(params) unless params['Result'].nil? @Result = BatchReportAppMessageRes.new @Result.deserialize(params['Result']) end @RequestId = params['RequestId'] end |