Class: TencentCloud::Iotvideoindustry::V20201201::DescribeLiveRecordPlanByIdResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotvideoindustry::V20201201::DescribeLiveRecordPlanByIdResponse
- Defined in:
- lib/v20201201/models.rb
Overview
DescribeLiveRecordPlanById返回参数结构体
Instance Attribute Summary collapse
- #PlanName ⇒ Object
- #PlanType ⇒ Object
- #RecordStorageTime ⇒ Object
- #RequestId ⇒ Object
- #TemplateId ⇒ Object
- #TemplateName ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(planname = nil, templateid = nil, templatename = nil, recordstoragetime = nil, plantype = nil, requestid = nil) ⇒ DescribeLiveRecordPlanByIdResponse
constructor
A new instance of DescribeLiveRecordPlanByIdResponse.
Constructor Details
#initialize(planname = nil, templateid = nil, templatename = nil, recordstoragetime = nil, plantype = nil, requestid = nil) ⇒ DescribeLiveRecordPlanByIdResponse
Returns a new instance of DescribeLiveRecordPlanByIdResponse.
2801 2802 2803 2804 2805 2806 2807 2808 |
# File 'lib/v20201201/models.rb', line 2801 def initialize(planname=nil, templateid=nil, templatename=nil, recordstoragetime=nil, plantype=nil, requestid=nil) @PlanName = planname @TemplateId = templateid @TemplateName = templatename @RecordStorageTime = recordstoragetime @PlanType = plantype @RequestId = requestid end |
Instance Attribute Details
#PlanName ⇒ Object
2799 2800 2801 |
# File 'lib/v20201201/models.rb', line 2799 def PlanName @PlanName end |
#PlanType ⇒ Object
2799 2800 2801 |
# File 'lib/v20201201/models.rb', line 2799 def PlanType @PlanType end |
#RecordStorageTime ⇒ Object
2799 2800 2801 |
# File 'lib/v20201201/models.rb', line 2799 def RecordStorageTime @RecordStorageTime end |
#RequestId ⇒ Object
2799 2800 2801 |
# File 'lib/v20201201/models.rb', line 2799 def RequestId @RequestId end |
#TemplateId ⇒ Object
2799 2800 2801 |
# File 'lib/v20201201/models.rb', line 2799 def TemplateId @TemplateId end |
#TemplateName ⇒ Object
2799 2800 2801 |
# File 'lib/v20201201/models.rb', line 2799 def TemplateName @TemplateName end |
Instance Method Details
#deserialize(params) ⇒ Object
2810 2811 2812 2813 2814 2815 2816 2817 |
# File 'lib/v20201201/models.rb', line 2810 def deserialize(params) @PlanName = params['PlanName'] @TemplateId = params['TemplateId'] @TemplateName = params['TemplateName'] @RecordStorageTime = params['RecordStorageTime'] @PlanType = params['PlanType'] @RequestId = params['RequestId'] end |