Class: TencentCloud::Tic::V20201117::DescribeStackEventResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tic::V20201117::DescribeStackEventResponse
- Defined in:
- lib/v20201117/models.rb
Overview
DescribeStackEvent返回参数结构体
Instance Attribute Summary collapse
- #ConsoleLog ⇒ Object
- #CreateTime ⇒ Object
- #EventId ⇒ Object
- #EventMessage ⇒ Object
- #RequestId ⇒ Object
- #StackId ⇒ Object
- #Status ⇒ Object
- #Type ⇒ Object
- #VersionId ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(eventid = nil, versionid = nil, stackid = nil, type = nil, status = nil, eventmessage = nil, createtime = nil, consolelog = nil, requestid = nil) ⇒ DescribeStackEventResponse
constructor
A new instance of DescribeStackEventResponse.
Constructor Details
#initialize(eventid = nil, versionid = nil, stackid = nil, type = nil, status = nil, eventmessage = nil, createtime = nil, consolelog = nil, requestid = nil) ⇒ DescribeStackEventResponse
Returns a new instance of DescribeStackEventResponse.
263 264 265 266 267 268 269 270 271 272 273 |
# File 'lib/v20201117/models.rb', line 263 def initialize(eventid=nil, versionid=nil, stackid=nil, type=nil, status=nil, =nil, createtime=nil, consolelog=nil, requestid=nil) @EventId = eventid @VersionId = versionid @StackId = stackid @Type = type @Status = status @EventMessage = @CreateTime = createtime @ConsoleLog = consolelog @RequestId = requestid end |
Instance Attribute Details
#ConsoleLog ⇒ Object
261 262 263 |
# File 'lib/v20201117/models.rb', line 261 def ConsoleLog @ConsoleLog end |
#CreateTime ⇒ Object
261 262 263 |
# File 'lib/v20201117/models.rb', line 261 def CreateTime @CreateTime end |
#EventId ⇒ Object
261 262 263 |
# File 'lib/v20201117/models.rb', line 261 def EventId @EventId end |
#EventMessage ⇒ Object
261 262 263 |
# File 'lib/v20201117/models.rb', line 261 def EventMessage @EventMessage end |
#RequestId ⇒ Object
261 262 263 |
# File 'lib/v20201117/models.rb', line 261 def RequestId @RequestId end |
#StackId ⇒ Object
261 262 263 |
# File 'lib/v20201117/models.rb', line 261 def StackId @StackId end |
#Status ⇒ Object
261 262 263 |
# File 'lib/v20201117/models.rb', line 261 def Status @Status end |
#Type ⇒ Object
261 262 263 |
# File 'lib/v20201117/models.rb', line 261 def Type @Type end |
#VersionId ⇒ Object
261 262 263 |
# File 'lib/v20201117/models.rb', line 261 def VersionId @VersionId end |
Instance Method Details
#deserialize(params) ⇒ Object
275 276 277 278 279 280 281 282 283 284 285 |
# File 'lib/v20201117/models.rb', line 275 def deserialize(params) @EventId = params['EventId'] @VersionId = params['VersionId'] @StackId = params['StackId'] @Type = params['Type'] @Status = params['Status'] @EventMessage = params['EventMessage'] @CreateTime = params['CreateTime'] @ConsoleLog = params['ConsoleLog'] @RequestId = params['RequestId'] end |