Class: TencentCloud::Iotvideoindustry::V20201201::CreateLiveRecordPlanRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotvideoindustry::V20201201::CreateLiveRecordPlanRequest
- Defined in:
- lib/v20201201/models.rb
Overview
CreateLiveRecordPlan请求参数结构体
Instance Attribute Summary collapse
- #LiveChannelIds ⇒ Object
- #PlanName ⇒ Object
- #PlanType ⇒ Object
- #RecordStorageTime ⇒ Object
- #TemplateId ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(planname = nil, plantype = nil, templateid = nil, recordstoragetime = nil, livechannelids = nil) ⇒ CreateLiveRecordPlanRequest
constructor
A new instance of CreateLiveRecordPlanRequest.
Constructor Details
#initialize(planname = nil, plantype = nil, templateid = nil, recordstoragetime = nil, livechannelids = nil) ⇒ CreateLiveRecordPlanRequest
Returns a new instance of CreateLiveRecordPlanRequest.
734 735 736 737 738 739 740 |
# File 'lib/v20201201/models.rb', line 734 def initialize(planname=nil, plantype=nil, templateid=nil, recordstoragetime=nil, livechannelids=nil) @PlanName = planname @PlanType = plantype @TemplateId = templateid @RecordStorageTime = recordstoragetime @LiveChannelIds = livechannelids end |
Instance Attribute Details
#LiveChannelIds ⇒ Object
732 733 734 |
# File 'lib/v20201201/models.rb', line 732 def LiveChannelIds @LiveChannelIds end |
#PlanName ⇒ Object
732 733 734 |
# File 'lib/v20201201/models.rb', line 732 def PlanName @PlanName end |
#PlanType ⇒ Object
732 733 734 |
# File 'lib/v20201201/models.rb', line 732 def PlanType @PlanType end |
#RecordStorageTime ⇒ Object
732 733 734 |
# File 'lib/v20201201/models.rb', line 732 def RecordStorageTime @RecordStorageTime end |
#TemplateId ⇒ Object
732 733 734 |
# File 'lib/v20201201/models.rb', line 732 def TemplateId @TemplateId end |
Instance Method Details
#deserialize(params) ⇒ Object
742 743 744 745 746 747 748 |
# File 'lib/v20201201/models.rb', line 742 def deserialize(params) @PlanName = params['PlanName'] @PlanType = params['PlanType'] @TemplateId = params['TemplateId'] @RecordStorageTime = params['RecordStorageTime'] @LiveChannelIds = params['LiveChannelIds'] end |