Class: TencentCloud::Iotvideoindustry::V20201201::CreateLiveChannelResponse

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20201201/models.rb

Overview

CreateLiveChannel返回参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#LiveChannelIdObject

注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • LiveChannelId:

    直播频道ID

  • PushStreamAddress:

    直播频道推流地址

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



704
705
706
# File 'lib/v20201201/models.rb', line 704

def LiveChannelId
  @LiveChannelId
end

#PushStreamAddressObject

注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • LiveChannelId:

    直播频道ID

  • PushStreamAddress:

    直播频道推流地址

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



704
705
706
# File 'lib/v20201201/models.rb', line 704

def PushStreamAddress
  @PushStreamAddress
end

#RequestIdObject

注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • LiveChannelId:

    直播频道ID

  • PushStreamAddress:

    直播频道推流地址

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



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