Class: TencentCloud::Lcic::V20220817::DescribeGroupLiveCodesResponse

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

Overview

DescribeGroupLiveCodes返回参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(grouplivecodes = nil, requestid = nil) ⇒ DescribeGroupLiveCodesResponse

Returns a new instance of DescribeGroupLiveCodesResponse.



2033
2034
2035
2036
# File 'lib/v20220817/models.rb', line 2033

def initialize(grouplivecodes=nil, requestid=nil)
  @GroupLiveCodes = grouplivecodes
  @RequestId = requestid
end

Instance Attribute Details

#GroupLiveCodesObject

Parameters:

  • GroupLiveCodes: (p)

    分组直播参加码

  • RequestId:

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



2031
2032
2033
# File 'lib/v20220817/models.rb', line 2031

def GroupLiveCodes
  @GroupLiveCodes
end

#RequestIdObject

Parameters:

  • GroupLiveCodes: (p)

    分组直播参加码

  • RequestId:

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



2031
2032
2033
# File 'lib/v20220817/models.rb', line 2031

def RequestId
  @RequestId
end

Instance Method Details

#deserialize(params) ⇒ Object



2038
2039
2040
2041
# File 'lib/v20220817/models.rb', line 2038

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