Class: TencentCloud::Wedata::V20250806::ListTaskInstanceExecutionsRequest

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20250806/models.rb

Overview

ListTaskInstanceExecutions请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(projectid = nil, instancekey = nil, timezone = nil, pagesize = nil, pagenumber = nil) ⇒ ListTaskInstanceExecutionsRequest

Returns a new instance of ListTaskInstanceExecutionsRequest.



4899
4900
4901
4902
4903
4904
4905
# File 'lib/v20250806/models.rb', line 4899

def initialize(projectid=nil, instancekey=nil, timezone=nil, pagesize=nil, pagenumber=nil)
  @ProjectId = projectid
  @InstanceKey = instancekey
  @TimeZone = timezone
  @PageSize = pagesize
  @PageNumber = pagenumber
end

Instance Attribute Details

#InstanceKeyObject

Parameters:

  • ProjectId:

    所属项目id

  • InstanceKey:

    实例唯一标识,可以通过ListInstances获取

  • TimeZone:

    **时区**timeZone, 传入的时间字符串的所在时区,默认UTC+8

  • PageSize:

    每页大小,默认10, 最大200

  • PageNumber:

    分页页码,默认1



4897
4898
4899
# File 'lib/v20250806/models.rb', line 4897

def InstanceKey
  @InstanceKey
end

#PageNumberObject

Parameters:

  • ProjectId:

    所属项目id

  • InstanceKey:

    实例唯一标识,可以通过ListInstances获取

  • TimeZone:

    **时区**timeZone, 传入的时间字符串的所在时区,默认UTC+8

  • PageSize:

    每页大小,默认10, 最大200

  • PageNumber:

    分页页码,默认1



4897
4898
4899
# File 'lib/v20250806/models.rb', line 4897

def PageNumber
  @PageNumber
end

#PageSizeObject

Parameters:

  • ProjectId:

    所属项目id

  • InstanceKey:

    实例唯一标识,可以通过ListInstances获取

  • TimeZone:

    **时区**timeZone, 传入的时间字符串的所在时区,默认UTC+8

  • PageSize:

    每页大小,默认10, 最大200

  • PageNumber:

    分页页码,默认1



4897
4898
4899
# File 'lib/v20250806/models.rb', line 4897

def PageSize
  @PageSize
end

#ProjectIdObject

Parameters:

  • ProjectId:

    所属项目id

  • InstanceKey:

    实例唯一标识,可以通过ListInstances获取

  • TimeZone:

    **时区**timeZone, 传入的时间字符串的所在时区,默认UTC+8

  • PageSize:

    每页大小,默认10, 最大200

  • PageNumber:

    分页页码,默认1



4897
4898
4899
# File 'lib/v20250806/models.rb', line 4897

def ProjectId
  @ProjectId
end

#TimeZoneObject

Parameters:

  • ProjectId:

    所属项目id

  • InstanceKey:

    实例唯一标识,可以通过ListInstances获取

  • TimeZone:

    **时区**timeZone, 传入的时间字符串的所在时区,默认UTC+8

  • PageSize:

    每页大小,默认10, 最大200

  • PageNumber:

    分页页码,默认1



4897
4898
4899
# File 'lib/v20250806/models.rb', line 4897

def TimeZone
  @TimeZone
end

Instance Method Details

#deserialize(params) ⇒ Object



4907
4908
4909
4910
4911
4912
4913
# File 'lib/v20250806/models.rb', line 4907

def deserialize(params)
  @ProjectId = params['ProjectId']
  @InstanceKey = params['InstanceKey']
  @TimeZone = params['TimeZone']
  @PageSize = params['PageSize']
  @PageNumber = params['PageNumber']
end