class TencentCloud::Live::V20180801::CreateLiveCallbackTemplateRequest
CreateLiveCallbackTemplate请求参数结构体
def deserialize(params)
def deserialize(params) @TemplateName = params['TemplateName'] @Description = params['Description'] @StreamBeginNotifyUrl = params['StreamBeginNotifyUrl'] @StreamEndNotifyUrl = params['StreamEndNotifyUrl'] @RecordNotifyUrl = params['RecordNotifyUrl'] @SnapshotNotifyUrl = params['SnapshotNotifyUrl'] @PornCensorshipNotifyUrl = params['PornCensorshipNotifyUrl'] @CallbackKey = params['CallbackKey'] @StreamMixNotifyUrl = params['StreamMixNotifyUrl'] end
def initialize(templatename=nil, description=nil, streambeginnotifyurl=nil, streamendnotifyurl=nil, recordnotifyurl=nil, snapshotnotifyurl=nil, porncensorshipnotifyurl=nil, callbackkey=nil, streammixnotifyurl=nil)
def initialize(templatename=nil, description=nil, streambeginnotifyurl=nil, streamendnotifyurl=nil, recordnotifyurl=nil, snapshotnotifyurl=nil, porncensorshipnotifyurl=nil, callbackkey=nil, streammixnotifyurl=nil) @TemplateName = templatename @Description = description @StreamBeginNotifyUrl = streambeginnotifyurl @StreamEndNotifyUrl = streamendnotifyurl @RecordNotifyUrl = recordnotifyurl @SnapshotNotifyUrl = snapshotnotifyurl @PornCensorshipNotifyUrl = porncensorshipnotifyurl @CallbackKey = callbackkey @StreamMixNotifyUrl = streammixnotifyurl end