Class: TencentCloud::Lcic::V20220817::ForbidSendMsgResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Lcic::V20220817::ForbidSendMsgResponse
- Defined in:
- lib/v20220817/models.rb
Overview
ForbidSendMsg返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ ForbidSendMsgResponse
constructor
A new instance of ForbidSendMsgResponse.
Constructor Details
#initialize(requestid = nil) ⇒ ForbidSendMsgResponse
Returns a new instance of ForbidSendMsgResponse.
3281 3282 3283 |
# File 'lib/v20220817/models.rb', line 3281 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
3279 3280 3281 |
# File 'lib/v20220817/models.rb', line 3279 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
3285 3286 3287 |
# File 'lib/v20220817/models.rb', line 3285 def deserialize(params) @RequestId = params['RequestId'] end |