Class: TencentCloud::Wedata::V20250806::GetTaskInstanceLogRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20250806::GetTaskInstanceLogRequest
- Defined in:
- lib/v20250806/models.rb
Overview
GetTaskInstanceLog请求参数结构体
Instance Attribute Summary collapse
- #InstanceKey ⇒ Object
- #LifeRoundNum ⇒ Object
- #LogLevel ⇒ Object
- #NextCursor ⇒ Object
- #ProjectId ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(projectid = nil, instancekey = nil, liferoundnum = nil, loglevel = nil, nextcursor = nil) ⇒ GetTaskInstanceLogRequest
constructor
A new instance of GetTaskInstanceLogRequest.
Constructor Details
#initialize(projectid = nil, instancekey = nil, liferoundnum = nil, loglevel = nil, nextcursor = nil) ⇒ GetTaskInstanceLogRequest
Returns a new instance of GetTaskInstanceLogRequest.
5056 5057 5058 5059 5060 5061 5062 |
# File 'lib/v20250806/models.rb', line 5056 def initialize(projectid=nil, instancekey=nil, liferoundnum=nil, loglevel=nil, nextcursor=nil) @ProjectId = projectid @InstanceKey = instancekey @LifeRoundNum = liferoundnum @LogLevel = loglevel @NextCursor = nextcursor end |
Instance Attribute Details
#InstanceKey ⇒ Object
5054 5055 5056 |
# File 'lib/v20250806/models.rb', line 5054 def InstanceKey @InstanceKey end |
#LifeRoundNum ⇒ Object
5054 5055 5056 |
# File 'lib/v20250806/models.rb', line 5054 def LifeRoundNum @LifeRoundNum end |
#LogLevel ⇒ Object
5054 5055 5056 |
# File 'lib/v20250806/models.rb', line 5054 def LogLevel @LogLevel end |
#NextCursor ⇒ Object
5054 5055 5056 |
# File 'lib/v20250806/models.rb', line 5054 def NextCursor @NextCursor end |
#ProjectId ⇒ Object
5054 5055 5056 |
# File 'lib/v20250806/models.rb', line 5054 def ProjectId @ProjectId end |
Instance Method Details
#deserialize(params) ⇒ Object
5064 5065 5066 5067 5068 5069 5070 |
# File 'lib/v20250806/models.rb', line 5064 def deserialize(params) @ProjectId = params['ProjectId'] @InstanceKey = params['InstanceKey'] @LifeRoundNum = params['LifeRoundNum'] @LogLevel = params['LogLevel'] @NextCursor = params['NextCursor'] end |