Class: TencentCloud::Iotvideoindustry::V20201201::CreateMessageForwardResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotvideoindustry::V20201201::CreateMessageForwardResponse
- Defined in:
- lib/v20201201/models.rb
Overview
CreateMessageForward返回参数结构体
Instance Attribute Summary collapse
-
#IntId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(intid = nil, requestid = nil) ⇒ CreateMessageForwardResponse
constructor
A new instance of CreateMessageForwardResponse.
Constructor Details
#initialize(intid = nil, requestid = nil) ⇒ CreateMessageForwardResponse
Returns a new instance of CreateMessageForwardResponse.
822 823 824 825 |
# File 'lib/v20201201/models.rb', line 822 def initialize(intid=nil, requestid=nil) @IntId = intid @RequestId = requestid end |
Instance Attribute Details
#IntId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
820 821 822 |
# File 'lib/v20201201/models.rb', line 820 def IntId @IntId end |
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
820 821 822 |
# File 'lib/v20201201/models.rb', line 820 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
827 828 829 830 |
# File 'lib/v20201201/models.rb', line 827 def deserialize(params) @IntId = params['IntId'] @RequestId = params['RequestId'] end |