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.
791 792 793 794 795 796 797 798 799 |
# File 'lib/v20201201/models.rb', line 791 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
789 790 791 |
# File 'lib/v20201201/models.rb', line 789 def Instance @Instance end |
#InstanceName ⇒ Object
789 790 791 |
# File 'lib/v20201201/models.rb', line 789 def InstanceName @InstanceName end |
#MessageType ⇒ Object
789 790 791 |
# File 'lib/v20201201/models.rb', line 789 def MessageType @MessageType end |
#RegionId ⇒ Object
789 790 791 |
# File 'lib/v20201201/models.rb', line 789 def RegionId @RegionId end |
#RegionName ⇒ Object
789 790 791 |
# File 'lib/v20201201/models.rb', line 789 def RegionName @RegionName end |
#TopicId ⇒ Object
789 790 791 |
# File 'lib/v20201201/models.rb', line 789 def TopicId @TopicId end |
#TopicName ⇒ Object
789 790 791 |
# File 'lib/v20201201/models.rb', line 789 def TopicName @TopicName end |
Instance Method Details
#deserialize(params) ⇒ Object
801 802 803 804 805 806 807 808 809 |
# File 'lib/v20201201/models.rb', line 801 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 |