Class: TencentCloud::Tic::V20201117::EventInfo

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

Overview

事件详情

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(eventid = nil, versionid = nil, stackid = nil, type = nil, status = nil, message = nil, createtime = nil) ⇒ EventInfo

Returns a new instance of EventInfo.



558
559
560
561
562
563
564
565
566
# File 'lib/v20201117/models.rb', line 558

def initialize(eventid=nil, versionid=nil, stackid=nil, type=nil, status=nil, message=nil, createtime=nil)
  @EventId = eventid
  @VersionId = versionid
  @StackId = stackid
  @Type = type
  @Status = status
  @Message = message
  @CreateTime = createtime
end

Instance Attribute Details

#CreateTimeObject

Parameters:

  • EventId:

    事件ID

  • VersionId:

    版本ID

  • StackId:

    资源栈ID

  • Type:

    事件类型

  • Status:

    版本状态

  • Message:

    状态信息

  • CreateTime:

    创建时间



556
557
558
# File 'lib/v20201117/models.rb', line 556

def CreateTime
  @CreateTime
end

#EventIdObject

Parameters:

  • EventId:

    事件ID

  • VersionId:

    版本ID

  • StackId:

    资源栈ID

  • Type:

    事件类型

  • Status:

    版本状态

  • Message:

    状态信息

  • CreateTime:

    创建时间



556
557
558
# File 'lib/v20201117/models.rb', line 556

def EventId
  @EventId
end

#MessageObject

Parameters:

  • EventId:

    事件ID

  • VersionId:

    版本ID

  • StackId:

    资源栈ID

  • Type:

    事件类型

  • Status:

    版本状态

  • Message:

    状态信息

  • CreateTime:

    创建时间



556
557
558
# File 'lib/v20201117/models.rb', line 556

def Message
  @Message
end

#StackIdObject

Parameters:

  • EventId:

    事件ID

  • VersionId:

    版本ID

  • StackId:

    资源栈ID

  • Type:

    事件类型

  • Status:

    版本状态

  • Message:

    状态信息

  • CreateTime:

    创建时间



556
557
558
# File 'lib/v20201117/models.rb', line 556

def StackId
  @StackId
end

#StatusObject

Parameters:

  • EventId:

    事件ID

  • VersionId:

    版本ID

  • StackId:

    资源栈ID

  • Type:

    事件类型

  • Status:

    版本状态

  • Message:

    状态信息

  • CreateTime:

    创建时间



556
557
558
# File 'lib/v20201117/models.rb', line 556

def Status
  @Status
end

#TypeObject

Parameters:

  • EventId:

    事件ID

  • VersionId:

    版本ID

  • StackId:

    资源栈ID

  • Type:

    事件类型

  • Status:

    版本状态

  • Message:

    状态信息

  • CreateTime:

    创建时间



556
557
558
# File 'lib/v20201117/models.rb', line 556

def Type
  @Type
end

#VersionIdObject

Parameters:

  • EventId:

    事件ID

  • VersionId:

    版本ID

  • StackId:

    资源栈ID

  • Type:

    事件类型

  • Status:

    版本状态

  • Message:

    状态信息

  • CreateTime:

    创建时间



556
557
558
# File 'lib/v20201117/models.rb', line 556

def VersionId
  @VersionId
end

Instance Method Details

#deserialize(params) ⇒ Object



568
569
570
571
572
573
574
575
576
# File 'lib/v20201117/models.rb', line 568

def deserialize(params)
  @EventId = params['EventId']
  @VersionId = params['VersionId']
  @StackId = params['StackId']
  @Type = params['Type']
  @Status = params['Status']
  @Message = params['Message']
  @CreateTime = params['CreateTime']
end