Class: TencentCloud::Weilingwith::V20230427::SsoUser
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Weilingwith::V20230427::SsoUser
- Defined in:
- lib/v20230427/models.rb
Overview
用户结果
Instance Attribute Summary collapse
- #BelongTeam ⇒ Object
- #CreateAt ⇒ Object
- #DepartmentId ⇒ Object
- #DepartmentName ⇒ Object
- #DepartmentUserId ⇒ Object
- #Email ⇒ Object
- #Password ⇒ Object
- #Phone ⇒ Object
- #RealName ⇒ Object
- #Status ⇒ Object
- #TenantId ⇒ Object
- #UpdateAt ⇒ Object
- #UserGroup ⇒ Object
- #UserId ⇒ Object
- #UserName ⇒ Object
- #UserType ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(userid = nil, username = nil, realname = nil, usertype = nil, tenantid = nil, usergroup = nil, email = nil, phone = nil, status = nil, createat = nil, updateat = nil, belongteam = nil, departmentid = nil, departmentname = nil, departmentuserid = nil, password = nil) ⇒ SsoUser
constructor
A new instance of SsoUser.
Constructor Details
#initialize(userid = nil, username = nil, realname = nil, usertype = nil, tenantid = nil, usergroup = nil, email = nil, phone = nil, status = nil, createat = nil, updateat = nil, belongteam = nil, departmentid = nil, departmentname = nil, departmentuserid = nil, password = nil) ⇒ SsoUser
Returns a new instance of SsoUser.
7317 7318 7319 7320 7321 7322 7323 7324 7325 7326 7327 7328 7329 7330 7331 7332 7333 7334 |
# File 'lib/v20230427/models.rb', line 7317 def initialize(userid=nil, username=nil, realname=nil, usertype=nil, tenantid=nil, usergroup=nil, email=nil, phone=nil, status=nil, createat=nil, updateat=nil, belongteam=nil, departmentid=nil, departmentname=nil, departmentuserid=nil, password=nil) @UserId = userid @UserName = username @RealName = realname @UserType = usertype @TenantId = tenantid @UserGroup = usergroup @Email = email @Phone = phone @Status = status @CreateAt = createat @UpdateAt = updateat @BelongTeam = belongteam @DepartmentId = departmentid @DepartmentName = departmentname @DepartmentUserId = departmentuserid @Password = password end |
Instance Attribute Details
#BelongTeam ⇒ Object
7315 7316 7317 |
# File 'lib/v20230427/models.rb', line 7315 def BelongTeam @BelongTeam end |
#CreateAt ⇒ Object
7315 7316 7317 |
# File 'lib/v20230427/models.rb', line 7315 def CreateAt @CreateAt end |
#DepartmentId ⇒ Object
7315 7316 7317 |
# File 'lib/v20230427/models.rb', line 7315 def DepartmentId @DepartmentId end |
#DepartmentName ⇒ Object
7315 7316 7317 |
# File 'lib/v20230427/models.rb', line 7315 def DepartmentName @DepartmentName end |
#DepartmentUserId ⇒ Object
7315 7316 7317 |
# File 'lib/v20230427/models.rb', line 7315 def DepartmentUserId @DepartmentUserId end |
#Email ⇒ Object
7315 7316 7317 |
# File 'lib/v20230427/models.rb', line 7315 def Email @Email end |
#Password ⇒ Object
7315 7316 7317 |
# File 'lib/v20230427/models.rb', line 7315 def Password @Password end |
#Phone ⇒ Object
7315 7316 7317 |
# File 'lib/v20230427/models.rb', line 7315 def Phone @Phone end |
#RealName ⇒ Object
7315 7316 7317 |
# File 'lib/v20230427/models.rb', line 7315 def RealName @RealName end |
#Status ⇒ Object
7315 7316 7317 |
# File 'lib/v20230427/models.rb', line 7315 def Status @Status end |
#TenantId ⇒ Object
7315 7316 7317 |
# File 'lib/v20230427/models.rb', line 7315 def TenantId @TenantId end |
#UpdateAt ⇒ Object
7315 7316 7317 |
# File 'lib/v20230427/models.rb', line 7315 def UpdateAt @UpdateAt end |
#UserGroup ⇒ Object
7315 7316 7317 |
# File 'lib/v20230427/models.rb', line 7315 def UserGroup @UserGroup end |
#UserId ⇒ Object
7315 7316 7317 |
# File 'lib/v20230427/models.rb', line 7315 def UserId @UserId end |
#UserName ⇒ Object
7315 7316 7317 |
# File 'lib/v20230427/models.rb', line 7315 def UserName @UserName end |
#UserType ⇒ Object
7315 7316 7317 |
# File 'lib/v20230427/models.rb', line 7315 def UserType @UserType end |
Instance Method Details
#deserialize(params) ⇒ Object
7336 7337 7338 7339 7340 7341 7342 7343 7344 7345 7346 7347 7348 7349 7350 7351 7352 7353 |
# File 'lib/v20230427/models.rb', line 7336 def deserialize(params) @UserId = params['UserId'] @UserName = params['UserName'] @RealName = params['RealName'] @UserType = params['UserType'] @TenantId = params['TenantId'] @UserGroup = params['UserGroup'] @Email = params['Email'] @Phone = params['Phone'] @Status = params['Status'] @CreateAt = params['CreateAt'] @UpdateAt = params['UpdateAt'] @BelongTeam = params['BelongTeam'] @DepartmentId = params['DepartmentId'] @DepartmentName = params['DepartmentName'] @DepartmentUserId = params['DepartmentUserId'] @Password = params['Password'] end |