class TencentCloud::Cms::V20190321::TextOutputComm

消息类输出公共参数

def deserialize(params)

def deserialize(params)
  @BUCtrlID = params['BUCtrlID']
  @SendTime = params['SendTime']
  @AppID = params['AppID']
  @Uin = params['Uin']
end

def initialize(buctrlid=nil, sendtime=nil, appid=nil, uin=nil)

def initialize(buctrlid=nil, sendtime=nil, appid=nil, uin=nil)
  @BUCtrlID = buctrlid
  @SendTime = sendtime
  @AppID = appid
  @Uin = uin
end