Class: TencentCloud::Lcic::V20220817::CreateGroupLiveCodesRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Lcic::V20220817::CreateGroupLiveCodesRequest
- Defined in:
- lib/v20220817/models.rb
Overview
CreateGroupLiveCodes请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(sdkappid = nil, roomid = nil, number = nil) ⇒ CreateGroupLiveCodesRequest
constructor
A new instance of CreateGroupLiveCodesRequest.
Constructor Details
#initialize(sdkappid = nil, roomid = nil, number = nil) ⇒ CreateGroupLiveCodesRequest
Returns a new instance of CreateGroupLiveCodesRequest.
766 767 768 769 770 |
# File 'lib/v20220817/models.rb', line 766 def initialize(sdkappid=nil, roomid=nil, number=nil) @SdkAppId = sdkappid @RoomId = roomid @Number = number end |
Instance Attribute Details
#Number ⇒ Object
764 765 766 |
# File 'lib/v20220817/models.rb', line 764 def Number @Number end |
#RoomId ⇒ Object
764 765 766 |
# File 'lib/v20220817/models.rb', line 764 def RoomId @RoomId end |
#SdkAppId ⇒ Object
764 765 766 |
# File 'lib/v20220817/models.rb', line 764 def SdkAppId @SdkAppId end |
Instance Method Details
#deserialize(params) ⇒ Object
772 773 774 775 776 |
# File 'lib/v20220817/models.rb', line 772 def deserialize(params) @SdkAppId = params['SdkAppId'] @RoomId = params['RoomId'] @Number = params['Number'] end |