Class: TencentCloud::Iotvideoindustry::V20201201::ModifyBindPlanLiveChannelResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotvideoindustry::V20201201::ModifyBindPlanLiveChannelResponse
- Defined in:
- lib/v20201201/models.rb
Overview
ModifyBindPlanLiveChannel返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ ModifyBindPlanLiveChannelResponse
constructor
A new instance of ModifyBindPlanLiveChannelResponse.
Constructor Details
#initialize(requestid = nil) ⇒ ModifyBindPlanLiveChannelResponse
Returns a new instance of ModifyBindPlanLiveChannelResponse.
5203 5204 5205 |
# File 'lib/v20201201/models.rb', line 5203 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
5201 5202 5203 |
# File 'lib/v20201201/models.rb', line 5201 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
5207 5208 5209 |
# File 'lib/v20201201/models.rb', line 5207 def deserialize(params) @RequestId = params['RequestId'] end |