Class: TencentCloud::Lcic::V20220817::CreateGroupLiveCodesResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Lcic::V20220817::CreateGroupLiveCodesResponse
- Defined in:
- lib/v20220817/models.rb
Overview
CreateGroupLiveCodes返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(grouplivecodes = nil, requestid = nil) ⇒ CreateGroupLiveCodesResponse
constructor
A new instance of CreateGroupLiveCodesResponse.
Constructor Details
#initialize(grouplivecodes = nil, requestid = nil) ⇒ CreateGroupLiveCodesResponse
Returns a new instance of CreateGroupLiveCodesResponse.
788 789 790 791 |
# File 'lib/v20220817/models.rb', line 788 def initialize(grouplivecodes=nil, requestid=nil) @GroupLiveCodes = grouplivecodes @RequestId = requestid end |
Instance Attribute Details
#GroupLiveCodes ⇒ Object
786 787 788 |
# File 'lib/v20220817/models.rb', line 786 def GroupLiveCodes @GroupLiveCodes end |
#RequestId ⇒ Object
786 787 788 |
# File 'lib/v20220817/models.rb', line 786 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
793 794 795 796 |
# File 'lib/v20220817/models.rb', line 793 def deserialize(params) @GroupLiveCodes = params['GroupLiveCodes'] @RequestId = params['RequestId'] end |