Class: TencentCloud::Iotvideoindustry::V20201201::MessageForward
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotvideoindustry::V20201201::MessageForward
- Defined in:
- lib/v20201201/models.rb
Overview
消息转发配置信息
Instance Attribute Summary collapse
- #CreateTime ⇒ Object
- #Instance ⇒ Object
- #InstanceName ⇒ Object
- #IntId ⇒ Object
- #MessageType ⇒ Object
- #RegionId ⇒ Object
- #RegionName ⇒ Object
- #TopicId ⇒ Object
- #TopicName ⇒ Object
- #Uin ⇒ Object
- #UpdateTime ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(intid = nil, uin = nil, messagetype = nil, regionid = nil, regionname = nil, instance = nil, instancename = nil, topicid = nil, createtime = nil, updatetime = nil, topicname = nil) ⇒ MessageForward
constructor
A new instance of MessageForward.
Constructor Details
#initialize(intid = nil, uin = nil, messagetype = nil, regionid = nil, regionname = nil, instance = nil, instancename = nil, topicid = nil, createtime = nil, updatetime = nil, topicname = nil) ⇒ MessageForward
Returns a new instance of MessageForward.
4973 4974 4975 4976 4977 4978 4979 4980 4981 4982 4983 4984 4985 |
# File 'lib/v20201201/models.rb', line 4973 def initialize(intid=nil, uin=nil, =nil, regionid=nil, regionname=nil, instance=nil, instancename=nil, topicid=nil, createtime=nil, updatetime=nil, topicname=nil) @IntId = intid @Uin = uin @MessageType = @RegionId = regionid @RegionName = regionname @Instance = instance @InstanceName = instancename @TopicId = topicid @CreateTime = createtime @UpdateTime = updatetime @TopicName = topicname end |
Instance Attribute Details
#CreateTime ⇒ Object
4971 4972 4973 |
# File 'lib/v20201201/models.rb', line 4971 def CreateTime @CreateTime end |
#Instance ⇒ Object
4971 4972 4973 |
# File 'lib/v20201201/models.rb', line 4971 def Instance @Instance end |
#InstanceName ⇒ Object
4971 4972 4973 |
# File 'lib/v20201201/models.rb', line 4971 def InstanceName @InstanceName end |
#IntId ⇒ Object
4971 4972 4973 |
# File 'lib/v20201201/models.rb', line 4971 def IntId @IntId end |
#MessageType ⇒ Object
4971 4972 4973 |
# File 'lib/v20201201/models.rb', line 4971 def MessageType @MessageType end |
#RegionId ⇒ Object
4971 4972 4973 |
# File 'lib/v20201201/models.rb', line 4971 def RegionId @RegionId end |
#RegionName ⇒ Object
4971 4972 4973 |
# File 'lib/v20201201/models.rb', line 4971 def RegionName @RegionName end |
#TopicId ⇒ Object
4971 4972 4973 |
# File 'lib/v20201201/models.rb', line 4971 def TopicId @TopicId end |
#TopicName ⇒ Object
4971 4972 4973 |
# File 'lib/v20201201/models.rb', line 4971 def TopicName @TopicName end |
#Uin ⇒ Object
4971 4972 4973 |
# File 'lib/v20201201/models.rb', line 4971 def Uin @Uin end |
#UpdateTime ⇒ Object
4971 4972 4973 |
# File 'lib/v20201201/models.rb', line 4971 def UpdateTime @UpdateTime end |
Instance Method Details
#deserialize(params) ⇒ Object
4987 4988 4989 4990 4991 4992 4993 4994 4995 4996 4997 4998 4999 |
# File 'lib/v20201201/models.rb', line 4987 def deserialize(params) @IntId = params['IntId'] @Uin = params['Uin'] @MessageType = params['MessageType'] @RegionId = params['RegionId'] @RegionName = params['RegionName'] @Instance = params['Instance'] @InstanceName = params['InstanceName'] @TopicId = params['TopicId'] @CreateTime = params['CreateTime'] @UpdateTime = params['UpdateTime'] @TopicName = params['TopicName'] end |