Class: TencentCloud::Iotvideoindustry::V20201201::CreateLiveChannelResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotvideoindustry::V20201201::CreateLiveChannelResponse
- Defined in:
- lib/v20201201/models.rb
Overview
CreateLiveChannel返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(livechannelid = nil, pushstreamaddress = nil, requestid = nil) ⇒ CreateLiveChannelResponse
constructor
A new instance of CreateLiveChannelResponse.
Constructor Details
#initialize(livechannelid = nil, pushstreamaddress = nil, requestid = nil) ⇒ CreateLiveChannelResponse
Returns a new instance of CreateLiveChannelResponse.
673 674 675 676 677 |
# File 'lib/v20201201/models.rb', line 673 def initialize(livechannelid=nil, pushstreamaddress=nil, requestid=nil) @LiveChannelId = livechannelid @PushStreamAddress = pushstreamaddress @RequestId = requestid end |
Instance Attribute Details
#LiveChannelId ⇒ Object
671 672 673 |
# File 'lib/v20201201/models.rb', line 671 def LiveChannelId @LiveChannelId end |
#PushStreamAddress ⇒ Object
671 672 673 |
# File 'lib/v20201201/models.rb', line 671 def PushStreamAddress @PushStreamAddress end |
#RequestId ⇒ Object
671 672 673 |
# File 'lib/v20201201/models.rb', line 671 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
679 680 681 682 683 |
# File 'lib/v20201201/models.rb', line 679 def deserialize(params) @LiveChannelId = params['LiveChannelId'] @PushStreamAddress = params['PushStreamAddress'] @RequestId = params['RequestId'] end |