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
-
#LiveChannelId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#PushStreamAddress ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
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.
706 707 708 709 710 |
# File 'lib/v20201201/models.rb', line 706 def initialize(livechannelid=nil, pushstreamaddress=nil, requestid=nil) @LiveChannelId = livechannelid @PushStreamAddress = pushstreamaddress @RequestId = requestid end |
Instance Attribute Details
#LiveChannelId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
704 705 706 |
# File 'lib/v20201201/models.rb', line 704 def LiveChannelId @LiveChannelId end |
#PushStreamAddress ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
704 705 706 |
# File 'lib/v20201201/models.rb', line 704 def PushStreamAddress @PushStreamAddress end |
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
704 705 706 |
# File 'lib/v20201201/models.rb', line 704 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
712 713 714 715 716 |
# File 'lib/v20201201/models.rb', line 712 def deserialize(params) @LiveChannelId = params['LiveChannelId'] @PushStreamAddress = params['PushStreamAddress'] @RequestId = params['RequestId'] end |