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.
701 702 703 704 705 706 707 |
# File 'lib/v20201201/models.rb', line 701 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
699 700 701 |
# File 'lib/v20201201/models.rb', line 699 def LiveChannelIds @LiveChannelIds end |
#PlanName ⇒ Object
699 700 701 |
# File 'lib/v20201201/models.rb', line 699 def PlanName @PlanName end |
#PlanType ⇒ Object
699 700 701 |
# File 'lib/v20201201/models.rb', line 699 def PlanType @PlanType end |
#RecordStorageTime ⇒ Object
699 700 701 |
# File 'lib/v20201201/models.rb', line 699 def RecordStorageTime @RecordStorageTime end |
#TemplateId ⇒ Object
699 700 701 |
# File 'lib/v20201201/models.rb', line 699 def TemplateId @TemplateId end |
Instance Method Details
#deserialize(params) ⇒ Object
709 710 711 712 713 714 715 |
# File 'lib/v20201201/models.rb', line 709 def deserialize(params) @PlanName = params['PlanName'] @PlanType = params['PlanType'] @TemplateId = params['TemplateId'] @RecordStorageTime = params['RecordStorageTime'] @LiveChannelIds = params['LiveChannelIds'] end |