class TencentCloud::Live::V20180801::ModifyLiveCallbackTemplateRequest

def deserialize(params)

def deserialize(params)
  @TemplateId = params['TemplateId']
  @TemplateName = params['TemplateName']
  @Description = params['Description']
  @StreamBeginNotifyUrl = params['StreamBeginNotifyUrl']
  @StreamEndNotifyUrl = params['StreamEndNotifyUrl']
  @RecordNotifyUrl = params['RecordNotifyUrl']
  @RecordStatusNotifyUrl = params['RecordStatusNotifyUrl']
  @SnapshotNotifyUrl = params['SnapshotNotifyUrl']
  @PornCensorshipNotifyUrl = params['PornCensorshipNotifyUrl']
  @CallbackKey = params['CallbackKey']
  @PushExceptionNotifyUrl = params['PushExceptionNotifyUrl']
  @AudioAuditNotifyUrl = params['AudioAuditNotifyUrl']
end