Class: TencentCloud::Cms::V20190321::TextOutputComm
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cms::V20190321::TextOutputComm
- Defined in:
- lib/v20190321/models.rb
Overview
消息类输出公共参数
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(buctrlid = nil, sendtime = nil, appid = nil, uin = nil) ⇒ TextOutputComm
constructor
A new instance of TextOutputComm.
Constructor Details
#initialize(buctrlid = nil, sendtime = nil, appid = nil, uin = nil) ⇒ TextOutputComm
Returns a new instance of TextOutputComm.
1457 1458 1459 1460 1461 1462 |
# File 'lib/v20190321/models.rb', line 1457 def initialize(buctrlid=nil, sendtime=nil, appid=nil, uin=nil) @BUCtrlID = buctrlid @SendTime = sendtime @AppID = appid @Uin = uin end |
Instance Attribute Details
#AppID ⇒ Object
1455 1456 1457 |
# File 'lib/v20190321/models.rb', line 1455 def AppID @AppID end |
#BUCtrlID ⇒ Object
1455 1456 1457 |
# File 'lib/v20190321/models.rb', line 1455 def BUCtrlID @BUCtrlID end |
#SendTime ⇒ Object
1455 1456 1457 |
# File 'lib/v20190321/models.rb', line 1455 def SendTime @SendTime end |
#Uin ⇒ Object
1455 1456 1457 |
# File 'lib/v20190321/models.rb', line 1455 def Uin @Uin end |
Instance Method Details
#deserialize(params) ⇒ Object
1464 1465 1466 1467 1468 1469 |
# File 'lib/v20190321/models.rb', line 1464 def deserialize(params) @BUCtrlID = params['BUCtrlID'] @SendTime = params['SendTime'] @AppID = params['AppID'] @Uin = params['Uin'] end |