Class: TencentCloud::Vod::V20180717::CreateRoundPlayResponse

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

Overview

CreateRoundPlay返回参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(roundplayid = nil, url = nil, requestid = nil) ⇒ CreateRoundPlayResponse

Returns a new instance of CreateRoundPlayResponse.



7896
7897
7898
7899
7900
# File 'lib/v20180717/models.rb', line 7896

def initialize(roundplayid=nil, url=nil, requestid=nil)
  @RoundPlayId = roundplayid
  @Url = url
  @RequestId = requestid
end

Instance Attribute Details

#RequestIdObject

Parameters:

  • RoundPlayId:

    轮播播单唯一标识。

  • Url:

    轮播播放地址。

  • RequestId:

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



7894
7895
7896
# File 'lib/v20180717/models.rb', line 7894

def RequestId
  @RequestId
end

#RoundPlayIdObject

Parameters:

  • RoundPlayId:

    轮播播单唯一标识。

  • Url:

    轮播播放地址。

  • RequestId:

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



7894
7895
7896
# File 'lib/v20180717/models.rb', line 7894

def RoundPlayId
  @RoundPlayId
end

#UrlObject

Parameters:

  • RoundPlayId:

    轮播播单唯一标识。

  • Url:

    轮播播放地址。

  • RequestId:

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



7894
7895
7896
# File 'lib/v20180717/models.rb', line 7894

def Url
  @Url
end

Instance Method Details

#deserialize(params) ⇒ Object



7902
7903
7904
7905
7906
# File 'lib/v20180717/models.rb', line 7902

def deserialize(params)
  @RoundPlayId = params['RoundPlayId']
  @Url = params['Url']
  @RequestId = params['RequestId']
end