class TencentCloud::Live::V20180801::CallBackTemplateInfo
回调模板信息。
def deserialize(params)
def deserialize(params) @TemplateId = params['TemplateId'] @TemplateName = params['TemplateName'] @Description = params['Description'] @StreamBeginNotifyUrl = params['StreamBeginNotifyUrl'] @StreamMixNotifyUrl = params['StreamMixNotifyUrl'] @StreamEndNotifyUrl = params['StreamEndNotifyUrl'] @RecordNotifyUrl = params['RecordNotifyUrl'] @SnapshotNotifyUrl = params['SnapshotNotifyUrl'] @PornCensorshipNotifyUrl = params['PornCensorshipNotifyUrl'] @CallbackKey = params['CallbackKey'] end
def initialize(templateid=nil, templatename=nil, description=nil, streambeginnotifyurl=nil, streammixnotifyurl=nil, streamendnotifyurl=nil, recordnotifyurl=nil, snapshotnotifyurl=nil, porncensorshipnotifyurl=nil, callbackkey=nil)
def initialize(templateid=nil, templatename=nil, description=nil, streambeginnotifyurl=nil, streammixnotifyurl=nil, streamendnotifyurl=nil, recordnotifyurl=nil, snapshotnotifyurl=nil, porncensorshipnotifyurl=nil, callbackkey=nil) @TemplateId = templateid @TemplateName = templatename @Description = description @StreamBeginNotifyUrl = streambeginnotifyurl @StreamMixNotifyUrl = streammixnotifyurl @StreamEndNotifyUrl = streamendnotifyurl @RecordNotifyUrl = recordnotifyurl @SnapshotNotifyUrl = snapshotnotifyurl @PornCensorshipNotifyUrl = porncensorshipnotifyurl @CallbackKey = callbackkey end