Class: TencentCloud::Organization::V20210331::RoleProvisioningsTask
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Organization::V20210331::RoleProvisioningsTask
- Defined in:
- lib/v20210331/models.rb
Overview
同步部署角色任务状态信息。
Instance Attribute Summary collapse
- #RoleConfigurationId ⇒ Object
- #RoleConfigurationName ⇒ Object
- #TargetType ⇒ Object
- #TargetUin ⇒ Object
- #TaskId ⇒ Object
- #TaskStatus ⇒ Object
- #TaskType ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(taskid = nil, roleconfigurationid = nil, roleconfigurationname = nil, targetuin = nil, targettype = nil, tasktype = nil, taskstatus = nil) ⇒ RoleProvisioningsTask
constructor
A new instance of RoleProvisioningsTask.
Constructor Details
#initialize(taskid = nil, roleconfigurationid = nil, roleconfigurationname = nil, targetuin = nil, targettype = nil, tasktype = nil, taskstatus = nil) ⇒ RoleProvisioningsTask
Returns a new instance of RoleProvisioningsTask.
7039 7040 7041 7042 7043 7044 7045 7046 7047 |
# File 'lib/v20210331/models.rb', line 7039 def initialize(taskid=nil, roleconfigurationid=nil, roleconfigurationname=nil, targetuin=nil, targettype=nil, tasktype=nil, taskstatus=nil) @TaskId = taskid @RoleConfigurationId = roleconfigurationid @RoleConfigurationName = roleconfigurationname @TargetUin = targetuin @TargetType = targettype @TaskType = tasktype @TaskStatus = taskstatus end |
Instance Attribute Details
#RoleConfigurationId ⇒ Object
7037 7038 7039 |
# File 'lib/v20210331/models.rb', line 7037 def RoleConfigurationId @RoleConfigurationId end |
#RoleConfigurationName ⇒ Object
7037 7038 7039 |
# File 'lib/v20210331/models.rb', line 7037 def RoleConfigurationName @RoleConfigurationName end |
#TargetType ⇒ Object
7037 7038 7039 |
# File 'lib/v20210331/models.rb', line 7037 def TargetType @TargetType end |
#TargetUin ⇒ Object
7037 7038 7039 |
# File 'lib/v20210331/models.rb', line 7037 def TargetUin @TargetUin end |
#TaskId ⇒ Object
7037 7038 7039 |
# File 'lib/v20210331/models.rb', line 7037 def TaskId @TaskId end |
#TaskStatus ⇒ Object
7037 7038 7039 |
# File 'lib/v20210331/models.rb', line 7037 def TaskStatus @TaskStatus end |
#TaskType ⇒ Object
7037 7038 7039 |
# File 'lib/v20210331/models.rb', line 7037 def TaskType @TaskType end |
Instance Method Details
#deserialize(params) ⇒ Object
7049 7050 7051 7052 7053 7054 7055 7056 7057 |
# File 'lib/v20210331/models.rb', line 7049 def deserialize(params) @TaskId = params['TaskId'] @RoleConfigurationId = params['RoleConfigurationId'] @RoleConfigurationName = params['RoleConfigurationName'] @TargetUin = params['TargetUin'] @TargetType = params['TargetType'] @TaskType = params['TaskType'] @TaskStatus = params['TaskStatus'] end |