Class: TencentCloud::Emr::V20190103::UserManagerUserBriefInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Emr::V20190103::UserManagerUserBriefInfo
- Defined in:
- lib/v20190103/models.rb
Overview
用户管理中用户的简要信息
Instance Attribute Summary collapse
- #CreateTime ⇒ Object
- #DownLoadKeyTabUrl ⇒ Object
- #SupportDownLoadKeyTab ⇒ Object
- #UserGroup ⇒ Object
- #UserName ⇒ Object
- #UserType ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(username = nil, usergroup = nil, usertype = nil, createtime = nil, supportdownloadkeytab = nil, downloadkeytaburl = nil) ⇒ UserManagerUserBriefInfo
constructor
A new instance of UserManagerUserBriefInfo.
Constructor Details
#initialize(username = nil, usergroup = nil, usertype = nil, createtime = nil, supportdownloadkeytab = nil, downloadkeytaburl = nil) ⇒ UserManagerUserBriefInfo
Returns a new instance of UserManagerUserBriefInfo.
14776 14777 14778 14779 14780 14781 14782 14783 |
# File 'lib/v20190103/models.rb', line 14776 def initialize(username=nil, usergroup=nil, usertype=nil, createtime=nil, supportdownloadkeytab=nil, downloadkeytaburl=nil) @UserName = username @UserGroup = usergroup @UserType = usertype @CreateTime = createtime @SupportDownLoadKeyTab = supportdownloadkeytab @DownLoadKeyTabUrl = downloadkeytaburl end |
Instance Attribute Details
#CreateTime ⇒ Object
14774 14775 14776 |
# File 'lib/v20190103/models.rb', line 14774 def CreateTime @CreateTime end |
#DownLoadKeyTabUrl ⇒ Object
14774 14775 14776 |
# File 'lib/v20190103/models.rb', line 14774 def DownLoadKeyTabUrl @DownLoadKeyTabUrl end |
#SupportDownLoadKeyTab ⇒ Object
14774 14775 14776 |
# File 'lib/v20190103/models.rb', line 14774 def SupportDownLoadKeyTab @SupportDownLoadKeyTab end |
#UserGroup ⇒ Object
14774 14775 14776 |
# File 'lib/v20190103/models.rb', line 14774 def UserGroup @UserGroup end |
#UserName ⇒ Object
14774 14775 14776 |
# File 'lib/v20190103/models.rb', line 14774 def UserName @UserName end |
#UserType ⇒ Object
14774 14775 14776 |
# File 'lib/v20190103/models.rb', line 14774 def UserType @UserType end |
Instance Method Details
#deserialize(params) ⇒ Object
14785 14786 14787 14788 14789 14790 14791 14792 |
# File 'lib/v20190103/models.rb', line 14785 def deserialize(params) @UserName = params['UserName'] @UserGroup = params['UserGroup'] @UserType = params['UserType'] @CreateTime = params['CreateTime'] @SupportDownLoadKeyTab = params['SupportDownLoadKeyTab'] @DownLoadKeyTabUrl = params['DownLoadKeyTabUrl'] end |