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.
2868 2869 2870 2871 2872 2873 2874 2875 |
# File 'lib/v20201201/models.rb', line 2868 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
2866 2867 2868 |
# File 'lib/v20201201/models.rb', line 2866 def PlanName @PlanName end |
#PlanType ⇒ Object
2866 2867 2868 |
# File 'lib/v20201201/models.rb', line 2866 def PlanType @PlanType end |
#RecordStorageTime ⇒ Object
2866 2867 2868 |
# File 'lib/v20201201/models.rb', line 2866 def RecordStorageTime @RecordStorageTime end |
#RequestId ⇒ Object
2866 2867 2868 |
# File 'lib/v20201201/models.rb', line 2866 def RequestId @RequestId end |
#TemplateId ⇒ Object
2866 2867 2868 |
# File 'lib/v20201201/models.rb', line 2866 def TemplateId @TemplateId end |
#TemplateName ⇒ Object
2866 2867 2868 |
# File 'lib/v20201201/models.rb', line 2866 def TemplateName @TemplateName end |
Instance Method Details
#deserialize(params) ⇒ Object
2877 2878 2879 2880 2881 2882 2883 2884 |
# File 'lib/v20201201/models.rb', line 2877 def deserialize(params) @PlanName = params['PlanName'] @TemplateId = params['TemplateId'] @TemplateName = params['TemplateName'] @RecordStorageTime = params['RecordStorageTime'] @PlanType = params['PlanType'] @RequestId = params['RequestId'] end |