Class: TencentCloud::Iotvideoindustry::V20201201::ControlChannelLocalRecordResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotvideoindustry::V20201201::ControlChannelLocalRecordResponse
- Defined in:
- lib/v20201201/models.rb
Overview
ControlChannelLocalRecord返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ ControlChannelLocalRecordResponse
constructor
A new instance of ControlChannelLocalRecordResponse.
Constructor Details
#initialize(requestid = nil) ⇒ ControlChannelLocalRecordResponse
Returns a new instance of ControlChannelLocalRecordResponse.
301 302 303 |
# File 'lib/v20201201/models.rb', line 301 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
299 300 301 |
# File 'lib/v20201201/models.rb', line 299 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
305 306 307 |
# File 'lib/v20201201/models.rb', line 305 def deserialize(params) @RequestId = params['RequestId'] end |