Class: TencentCloud::Iotvideoindustry::V20201201::CreateMessageForwardRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotvideoindustry::V20201201::CreateMessageForwardRequest
- Defined in:
- lib/v20201201/models.rb
Overview
CreateMessageForward请求参数结构体
Instance Attribute Summary collapse
- #Instance ⇒ Object
- #InstanceName ⇒ Object
- #MessageType ⇒ Object
- #RegionId ⇒ Object
- #RegionName ⇒ Object
- #TopicId ⇒ Object
- #TopicName ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(regionid = nil, regionname = nil, instance = nil, instancename = nil, messagetype = nil, topicid = nil, topicname = nil) ⇒ CreateMessageForwardRequest
constructor
A new instance of CreateMessageForwardRequest.
Constructor Details
#initialize(regionid = nil, regionname = nil, instance = nil, instancename = nil, messagetype = nil, topicid = nil, topicname = nil) ⇒ CreateMessageForwardRequest
Returns a new instance of CreateMessageForwardRequest.
757 758 759 760 761 762 763 764 765 |
# File 'lib/v20201201/models.rb', line 757 def initialize(regionid=nil, regionname=nil, instance=nil, instancename=nil, =nil, topicid=nil, topicname=nil) @RegionId = regionid @RegionName = regionname @Instance = instance @InstanceName = instancename @MessageType = @TopicId = topicid @TopicName = topicname end |
Instance Attribute Details
#Instance ⇒ Object
755 756 757 |
# File 'lib/v20201201/models.rb', line 755 def Instance @Instance end |
#InstanceName ⇒ Object
755 756 757 |
# File 'lib/v20201201/models.rb', line 755 def InstanceName @InstanceName end |
#MessageType ⇒ Object
755 756 757 |
# File 'lib/v20201201/models.rb', line 755 def MessageType @MessageType end |
#RegionId ⇒ Object
755 756 757 |
# File 'lib/v20201201/models.rb', line 755 def RegionId @RegionId end |
#RegionName ⇒ Object
755 756 757 |
# File 'lib/v20201201/models.rb', line 755 def RegionName @RegionName end |
#TopicId ⇒ Object
755 756 757 |
# File 'lib/v20201201/models.rb', line 755 def TopicId @TopicId end |
#TopicName ⇒ Object
755 756 757 |
# File 'lib/v20201201/models.rb', line 755 def TopicName @TopicName end |
Instance Method Details
#deserialize(params) ⇒ Object
767 768 769 770 771 772 773 774 775 |
# File 'lib/v20201201/models.rb', line 767 def deserialize(params) @RegionId = params['RegionId'] @RegionName = params['RegionName'] @Instance = params['Instance'] @InstanceName = params['InstanceName'] @MessageType = params['MessageType'] @TopicId = params['TopicId'] @TopicName = params['TopicName'] end |