Class: TencentCloud::Lcic::V20220817::SendRoomNotificationMessageResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Lcic::V20220817::SendRoomNotificationMessageResponse
- Defined in:
- lib/v20220817/models.rb
Overview
SendRoomNotificationMessage返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ SendRoomNotificationMessageResponse
constructor
A new instance of SendRoomNotificationMessageResponse.
Constructor Details
#initialize(requestid = nil) ⇒ SendRoomNotificationMessageResponse
Returns a new instance of SendRoomNotificationMessageResponse.
4845 4846 4847 |
# File 'lib/v20220817/models.rb', line 4845 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
4843 4844 4845 |
# File 'lib/v20220817/models.rb', line 4843 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
4849 4850 4851 |
# File 'lib/v20220817/models.rb', line 4849 def deserialize(params) @RequestId = params['RequestId'] end |