Class: TencentCloud::Lcic::V20220817::SendRoomNotificationMessageRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Lcic::V20220817::SendRoomNotificationMessageRequest
- Defined in:
- lib/v20220817/models.rb
Overview
SendRoomNotificationMessage请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(sdkappid = nil, roomid = nil, msgcontent = nil) ⇒ SendRoomNotificationMessageRequest
constructor
A new instance of SendRoomNotificationMessageRequest.
Constructor Details
#initialize(sdkappid = nil, roomid = nil, msgcontent = nil) ⇒ SendRoomNotificationMessageRequest
Returns a new instance of SendRoomNotificationMessageRequest.
4857 4858 4859 4860 4861 |
# File 'lib/v20220817/models.rb', line 4857 def initialize(sdkappid=nil, roomid=nil, msgcontent=nil) @SdkAppId = sdkappid @RoomId = roomid @MsgContent = msgcontent end |
Instance Attribute Details
#MsgContent ⇒ Object
4855 4856 4857 |
# File 'lib/v20220817/models.rb', line 4855 def MsgContent @MsgContent end |
#RoomId ⇒ Object
4855 4856 4857 |
# File 'lib/v20220817/models.rb', line 4855 def RoomId @RoomId end |
#SdkAppId ⇒ Object
4855 4856 4857 |
# File 'lib/v20220817/models.rb', line 4855 def SdkAppId @SdkAppId end |
Instance Method Details
#deserialize(params) ⇒ Object
4863 4864 4865 4866 4867 |
# File 'lib/v20220817/models.rb', line 4863 def deserialize(params) @SdkAppId = params['SdkAppId'] @RoomId = params['RoomId'] @MsgContent = params['MsgContent'] end |