Class: TencentCloud::Lcic::V20220817::DescribeGroupLiveCodesResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Lcic::V20220817::DescribeGroupLiveCodesResponse
- Defined in:
- lib/v20220817/models.rb
Overview
DescribeGroupLiveCodes返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(grouplivecodes = nil, requestid = nil) ⇒ DescribeGroupLiveCodesResponse
constructor
A new instance of DescribeGroupLiveCodesResponse.
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
#GroupLiveCodes ⇒ Object
2031 2032 2033 |
# File 'lib/v20220817/models.rb', line 2031 def GroupLiveCodes @GroupLiveCodes end |
#RequestId ⇒ Object
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 |