Class: TencentCloud::Organization::V20210331::ListTasksRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Organization::V20210331::ListTasksRequest
- Defined in:
- lib/v20210331/models.rb
Overview
ListTasks请求参数结构体
Instance Attribute Summary collapse
- #MaxResults ⇒ Object
- #NextToken ⇒ Object
- #PrincipalId ⇒ Object
- #PrincipalType ⇒ Object
- #RoleConfigurationId ⇒ Object
- #Status ⇒ Object
- #TargetType ⇒ Object
- #TargetUin ⇒ Object
- #TaskType ⇒ Object
- #ZoneId ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(zoneid = nil, principalid = nil, nexttoken = nil, maxresults = nil, principaltype = nil, targetuin = nil, targettype = nil, roleconfigurationid = nil, status = nil, tasktype = nil) ⇒ ListTasksRequest
constructor
A new instance of ListTasksRequest.
Constructor Details
#initialize(zoneid = nil, principalid = nil, nexttoken = nil, maxresults = nil, principaltype = nil, targetuin = nil, targettype = nil, roleconfigurationid = nil, status = nil, tasktype = nil) ⇒ ListTasksRequest
Returns a new instance of ListTasksRequest.
5435 5436 5437 5438 5439 5440 5441 5442 5443 5444 5445 5446 |
# File 'lib/v20210331/models.rb', line 5435 def initialize(zoneid=nil, principalid=nil, nexttoken=nil, maxresults=nil, principaltype=nil, targetuin=nil, targettype=nil, roleconfigurationid=nil, status=nil, tasktype=nil) @ZoneId = zoneid @PrincipalId = principalid @NextToken = nexttoken @MaxResults = maxresults @PrincipalType = principaltype @TargetUin = targetuin @TargetType = targettype @RoleConfigurationId = roleconfigurationid @Status = status @TaskType = tasktype end |
Instance Attribute Details
#MaxResults ⇒ Object
5433 5434 5435 |
# File 'lib/v20210331/models.rb', line 5433 def MaxResults @MaxResults end |
#NextToken ⇒ Object
5433 5434 5435 |
# File 'lib/v20210331/models.rb', line 5433 def NextToken @NextToken end |
#PrincipalId ⇒ Object
5433 5434 5435 |
# File 'lib/v20210331/models.rb', line 5433 def PrincipalId @PrincipalId end |
#PrincipalType ⇒ Object
5433 5434 5435 |
# File 'lib/v20210331/models.rb', line 5433 def PrincipalType @PrincipalType end |
#RoleConfigurationId ⇒ Object
5433 5434 5435 |
# File 'lib/v20210331/models.rb', line 5433 def RoleConfigurationId @RoleConfigurationId end |
#Status ⇒ Object
5433 5434 5435 |
# File 'lib/v20210331/models.rb', line 5433 def Status @Status end |
#TargetType ⇒ Object
5433 5434 5435 |
# File 'lib/v20210331/models.rb', line 5433 def TargetType @TargetType end |
#TargetUin ⇒ Object
5433 5434 5435 |
# File 'lib/v20210331/models.rb', line 5433 def TargetUin @TargetUin end |
#TaskType ⇒ Object
5433 5434 5435 |
# File 'lib/v20210331/models.rb', line 5433 def TaskType @TaskType end |
#ZoneId ⇒ Object
5433 5434 5435 |
# File 'lib/v20210331/models.rb', line 5433 def ZoneId @ZoneId end |
Instance Method Details
#deserialize(params) ⇒ Object
5448 5449 5450 5451 5452 5453 5454 5455 5456 5457 5458 5459 |
# File 'lib/v20210331/models.rb', line 5448 def deserialize(params) @ZoneId = params['ZoneId'] @PrincipalId = params['PrincipalId'] @NextToken = params['NextToken'] @MaxResults = params['MaxResults'] @PrincipalType = params['PrincipalType'] @TargetUin = params['TargetUin'] @TargetType = params['TargetType'] @RoleConfigurationId = params['RoleConfigurationId'] @Status = params['Status'] @TaskType = params['TaskType'] end |