Class: TencentCloud::Weilingwith::V20230427::ActionObj
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Weilingwith::V20230427::ActionObj
- Defined in:
- lib/v20230427/models.rb
Overview
动作对象
Instance Attribute Summary collapse
- #ApplyDevice ⇒ Object
- #CreateTime ⇒ Object
- #Desc ⇒ Object
- #Id ⇒ Object
- #MsgContent ⇒ Object
- #MsgType ⇒ Object
- #Name ⇒ Object
- #SinkConfig ⇒ Object
- #Type ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(id = nil, name = nil, type = nil, desc = nil, msgtype = nil, msgcontent = nil, createtime = nil, sinkconfig = nil, applydevice = nil) ⇒ ActionObj
constructor
A new instance of ActionObj.
Constructor Details
#initialize(id = nil, name = nil, type = nil, desc = nil, msgtype = nil, msgcontent = nil, createtime = nil, sinkconfig = nil, applydevice = nil) ⇒ ActionObj
Returns a new instance of ActionObj.
122 123 124 125 126 127 128 129 130 131 132 |
# File 'lib/v20230427/models.rb', line 122 def initialize(id=nil, name=nil, type=nil, desc=nil, msgtype=nil, msgcontent=nil, createtime=nil, sinkconfig=nil, applydevice=nil) @Id = id @Name = name @Type = type @Desc = desc @MsgType = msgtype @MsgContent = msgcontent @CreateTime = createtime @SinkConfig = sinkconfig @ApplyDevice = applydevice end |
Instance Attribute Details
#ApplyDevice ⇒ Object
120 121 122 |
# File 'lib/v20230427/models.rb', line 120 def ApplyDevice @ApplyDevice end |
#CreateTime ⇒ Object
120 121 122 |
# File 'lib/v20230427/models.rb', line 120 def CreateTime @CreateTime end |
#Desc ⇒ Object
120 121 122 |
# File 'lib/v20230427/models.rb', line 120 def Desc @Desc end |
#Id ⇒ Object
120 121 122 |
# File 'lib/v20230427/models.rb', line 120 def Id @Id end |
#MsgContent ⇒ Object
120 121 122 |
# File 'lib/v20230427/models.rb', line 120 def MsgContent @MsgContent end |
#MsgType ⇒ Object
120 121 122 |
# File 'lib/v20230427/models.rb', line 120 def MsgType @MsgType end |
#Name ⇒ Object
120 121 122 |
# File 'lib/v20230427/models.rb', line 120 def Name @Name end |
#SinkConfig ⇒ Object
120 121 122 |
# File 'lib/v20230427/models.rb', line 120 def SinkConfig @SinkConfig end |
#Type ⇒ Object
120 121 122 |
# File 'lib/v20230427/models.rb', line 120 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
134 135 136 137 138 139 140 141 142 143 144 |
# File 'lib/v20230427/models.rb', line 134 def deserialize(params) @Id = params['Id'] @Name = params['Name'] @Type = params['Type'] @Desc = params['Desc'] @MsgType = params['MsgType'] @MsgContent = params['MsgContent'] @CreateTime = params['CreateTime'] @SinkConfig = params['SinkConfig'] @ApplyDevice = params['ApplyDevice'] end |