Class: TencentCloud::Iotvideoindustry::V20201201::DescribeMessageForwardResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotvideoindustry::V20201201::DescribeMessageForwardResponse
- Defined in:
- lib/v20201201/models.rb
Overview
DescribeMessageForward返回参数结构体
Instance Attribute Summary collapse
- #CreateTime ⇒ Object
- #Instance ⇒ Object
- #InstanceName ⇒ Object
- #IntId ⇒ Object
- #MessageType ⇒ Object
- #RegionId ⇒ Object
- #RegionName ⇒ Object
- #RequestId ⇒ Object
- #TopicId ⇒ Object
- #TopicName ⇒ Object
- #Uin ⇒ Object
- #UpdateTime ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(regionid = nil, regionname = nil, instance = nil, instancename = nil, intid = nil, messagetype = nil, topicid = nil, createtime = nil, uin = nil, topicname = nil, updatetime = nil, requestid = nil) ⇒ DescribeMessageForwardResponse
constructor
A new instance of DescribeMessageForwardResponse.
Constructor Details
#initialize(regionid = nil, regionname = nil, instance = nil, instancename = nil, intid = nil, messagetype = nil, topicid = nil, createtime = nil, uin = nil, topicname = nil, updatetime = nil, requestid = nil) ⇒ DescribeMessageForwardResponse
Returns a new instance of DescribeMessageForwardResponse.
3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 |
# File 'lib/v20201201/models.rb', line 3047 def initialize(regionid=nil, regionname=nil, instance=nil, instancename=nil, intid=nil, =nil, topicid=nil, createtime=nil, uin=nil, topicname=nil, updatetime=nil, requestid=nil) @RegionId = regionid @RegionName = regionname @Instance = instance @InstanceName = instancename @IntId = intid @MessageType = @TopicId = topicid @CreateTime = createtime @Uin = uin @TopicName = topicname @UpdateTime = updatetime @RequestId = requestid end |
Instance Attribute Details
#CreateTime ⇒ Object
3045 3046 3047 |
# File 'lib/v20201201/models.rb', line 3045 def CreateTime @CreateTime end |
#Instance ⇒ Object
3045 3046 3047 |
# File 'lib/v20201201/models.rb', line 3045 def Instance @Instance end |
#InstanceName ⇒ Object
3045 3046 3047 |
# File 'lib/v20201201/models.rb', line 3045 def InstanceName @InstanceName end |
#IntId ⇒ Object
3045 3046 3047 |
# File 'lib/v20201201/models.rb', line 3045 def IntId @IntId end |
#MessageType ⇒ Object
3045 3046 3047 |
# File 'lib/v20201201/models.rb', line 3045 def MessageType @MessageType end |
#RegionId ⇒ Object
3045 3046 3047 |
# File 'lib/v20201201/models.rb', line 3045 def RegionId @RegionId end |
#RegionName ⇒ Object
3045 3046 3047 |
# File 'lib/v20201201/models.rb', line 3045 def RegionName @RegionName end |
#RequestId ⇒ Object
3045 3046 3047 |
# File 'lib/v20201201/models.rb', line 3045 def RequestId @RequestId end |
#TopicId ⇒ Object
3045 3046 3047 |
# File 'lib/v20201201/models.rb', line 3045 def TopicId @TopicId end |
#TopicName ⇒ Object
3045 3046 3047 |
# File 'lib/v20201201/models.rb', line 3045 def TopicName @TopicName end |
#Uin ⇒ Object
3045 3046 3047 |
# File 'lib/v20201201/models.rb', line 3045 def Uin @Uin end |
#UpdateTime ⇒ Object
3045 3046 3047 |
# File 'lib/v20201201/models.rb', line 3045 def UpdateTime @UpdateTime end |
Instance Method Details
#deserialize(params) ⇒ Object
3062 3063 3064 3065 3066 3067 3068 3069 3070 3071 3072 3073 3074 3075 |
# File 'lib/v20201201/models.rb', line 3062 def deserialize(params) @RegionId = params['RegionId'] @RegionName = params['RegionName'] @Instance = params['Instance'] @InstanceName = params['InstanceName'] @IntId = params['IntId'] @MessageType = params['MessageType'] @TopicId = params['TopicId'] @CreateTime = params['CreateTime'] @Uin = params['Uin'] @TopicName = params['TopicName'] @UpdateTime = params['UpdateTime'] @RequestId = params['RequestId'] end |