Class: TencentCloud::Bi::V20220105::ModifyUserRoleProjectRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Bi::V20220105::ModifyUserRoleProjectRequest
- Defined in:
- lib/v20220105/models.rb
Overview
ModifyUserRoleProject请求参数结构体
Instance Attribute Summary collapse
- #AppUserId ⇒ Object
- #Email ⇒ Object
- #ProjectId ⇒ Object
- #RoleIdList ⇒ Object
- #UserId ⇒ Object
- #UserName ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(projectid = nil, userid = nil, roleidlist = nil, email = nil, username = nil, appuserid = nil) ⇒ ModifyUserRoleProjectRequest
constructor
A new instance of ModifyUserRoleProjectRequest.
Constructor Details
#initialize(projectid = nil, userid = nil, roleidlist = nil, email = nil, username = nil, appuserid = nil) ⇒ ModifyUserRoleProjectRequest
3016 3017 3018 3019 3020 3021 3022 3023 |
# File 'lib/v20220105/models.rb', line 3016 def initialize(projectid=nil, userid=nil, roleidlist=nil, email=nil, username=nil, appuserid=nil) @ProjectId = projectid @UserId = userid @RoleIdList = roleidlist @Email = email @UserName = username @AppUserId = appuserid end |
Instance Attribute Details
#AppUserId ⇒ Object
3014 3015 3016 |
# File 'lib/v20220105/models.rb', line 3014 def AppUserId @AppUserId end |
#Email ⇒ Object
3014 3015 3016 |
# File 'lib/v20220105/models.rb', line 3014 def Email @Email end |
#ProjectId ⇒ Object
3014 3015 3016 |
# File 'lib/v20220105/models.rb', line 3014 def ProjectId @ProjectId end |
#RoleIdList ⇒ Object
3014 3015 3016 |
# File 'lib/v20220105/models.rb', line 3014 def RoleIdList @RoleIdList end |
#UserId ⇒ Object
3014 3015 3016 |
# File 'lib/v20220105/models.rb', line 3014 def UserId @UserId end |
#UserName ⇒ Object
3014 3015 3016 |
# File 'lib/v20220105/models.rb', line 3014 def UserName @UserName end |
Instance Method Details
#deserialize(params) ⇒ Object
3025 3026 3027 3028 3029 3030 3031 3032 |
# File 'lib/v20220105/models.rb', line 3025 def deserialize(params) @ProjectId = params['ProjectId'] @UserId = params['UserId'] @RoleIdList = params['RoleIdList'] @Email = params['Email'] @UserName = params['UserName'] @AppUserId = params['AppUserId'] end |