class TencentCloud::Ess::V20201111::SuccessUpdateStaffData
如果是通过H5邀请加入的方式,会返回H5 链接
会通过短信、企微消息或者H5Url 链接
更新员工信息成功返回的数据信息, 仅支持未实名的用户进行更新
def deserialize(params)
def deserialize(params) @DisplayName = params['DisplayName'] @Mobile = params['Mobile'] @UserId = params['UserId'] @Url = params['Url'] end
def initialize(displayname=nil, mobile=nil, userid=nil, url=nil)
def initialize(displayname=nil, mobile=nil, userid=nil, url=nil) @DisplayName = displayname @Mobile = mobile @UserId = userid @Url = url end