Class: TencentCloud::Organization::V20210331::GroupMembers
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Organization::V20210331::GroupMembers
- Defined in:
- lib/v20210331/models.rb
Overview
用户信息
Instance Attribute Summary collapse
- #Description ⇒ Object
- #DisplayName ⇒ Object
- #Email ⇒ Object
- #JoinTime ⇒ Object
- #UserId ⇒ Object
- #UserName ⇒ Object
- #UserStatus ⇒ Object
- #UserType ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(username = nil, displayname = nil, description = nil, email = nil, userstatus = nil, usertype = nil, userid = nil, jointime = nil) ⇒ GroupMembers
constructor
A new instance of GroupMembers.
Constructor Details
#initialize(username = nil, displayname = nil, description = nil, email = nil, userstatus = nil, usertype = nil, userid = nil, jointime = nil) ⇒ GroupMembers
Returns a new instance of GroupMembers.
4041 4042 4043 4044 4045 4046 4047 4048 4049 4050 |
# File 'lib/v20210331/models.rb', line 4041 def initialize(username=nil, displayname=nil, description=nil, email=nil, userstatus=nil, usertype=nil, userid=nil, jointime=nil) @UserName = username @DisplayName = displayname @Description = description @Email = email @UserStatus = userstatus @UserType = usertype @UserId = userid @JoinTime = jointime end |
Instance Attribute Details
#Description ⇒ Object
4039 4040 4041 |
# File 'lib/v20210331/models.rb', line 4039 def Description @Description end |
#DisplayName ⇒ Object
4039 4040 4041 |
# File 'lib/v20210331/models.rb', line 4039 def DisplayName @DisplayName end |
#Email ⇒ Object
4039 4040 4041 |
# File 'lib/v20210331/models.rb', line 4039 def Email @Email end |
#JoinTime ⇒ Object
4039 4040 4041 |
# File 'lib/v20210331/models.rb', line 4039 def JoinTime @JoinTime end |
#UserId ⇒ Object
4039 4040 4041 |
# File 'lib/v20210331/models.rb', line 4039 def UserId @UserId end |
#UserName ⇒ Object
4039 4040 4041 |
# File 'lib/v20210331/models.rb', line 4039 def UserName @UserName end |
#UserStatus ⇒ Object
4039 4040 4041 |
# File 'lib/v20210331/models.rb', line 4039 def UserStatus @UserStatus end |
#UserType ⇒ Object
4039 4040 4041 |
# File 'lib/v20210331/models.rb', line 4039 def UserType @UserType end |
Instance Method Details
#deserialize(params) ⇒ Object
4052 4053 4054 4055 4056 4057 4058 4059 4060 4061 |
# File 'lib/v20210331/models.rb', line 4052 def deserialize(params) @UserName = params['UserName'] @DisplayName = params['DisplayName'] @Description = params['Description'] @Email = params['Email'] @UserStatus = params['UserStatus'] @UserType = params['UserType'] @UserId = params['UserId'] @JoinTime = params['JoinTime'] end |