Class: TencentCloud::Wedata::V20210820::UpdateProjectUserRoleRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20210820::UpdateProjectUserRoleRequest
- Defined in:
- lib/v20210820/models.rb
Overview
UpdateProjectUserRole请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(projectid = nil, userids = nil, roleids = nil) ⇒ UpdateProjectUserRoleRequest
constructor
A new instance of UpdateProjectUserRoleRequest.
Constructor Details
#initialize(projectid = nil, userids = nil, roleids = nil) ⇒ UpdateProjectUserRoleRequest
Returns a new instance of UpdateProjectUserRoleRequest.
40178 40179 40180 40181 40182 |
# File 'lib/v20210820/models.rb', line 40178 def initialize(projectid=nil, userids=nil, roleids=nil) @ProjectId = projectid @UserIds = userids @RoleIds = roleids end |
Instance Attribute Details
#ProjectId ⇒ Object
40176 40177 40178 |
# File 'lib/v20210820/models.rb', line 40176 def ProjectId @ProjectId end |
#RoleIds ⇒ Object
40176 40177 40178 |
# File 'lib/v20210820/models.rb', line 40176 def RoleIds @RoleIds end |
#UserIds ⇒ Object
40176 40177 40178 |
# File 'lib/v20210820/models.rb', line 40176 def UserIds @UserIds end |
Instance Method Details
#deserialize(params) ⇒ Object
40184 40185 40186 40187 40188 |
# File 'lib/v20210820/models.rb', line 40184 def deserialize(params) @ProjectId = params['ProjectId'] @UserIds = params['UserIds'] @RoleIds = params['RoleIds'] end |