Class: TencentCloud::Iotvideoindustry::V20201201::ModifyRecordingPlanRequest

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20201201/models.rb

Overview

ModifyRecordingPlan请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(planid = nil, name = nil, timetemplateid = nil) ⇒ ModifyRecordingPlanRequest

Returns a new instance of ModifyRecordingPlanRequest.



5597
5598
5599
5600
5601
# File 'lib/v20201201/models.rb', line 5597

def initialize(planid=nil, name=nil, timetemplateid=nil)
  @PlanId = planid
  @Name = name
  @TimeTemplateId = timetemplateid
end

Instance Attribute Details

#NameObject

Parameters:

  • PlanId:

    录制计划ID

  • Name:

    计划名称

  • TimeTemplateId:

    时间模板ID



5595
5596
5597
# File 'lib/v20201201/models.rb', line 5595

def Name
  @Name
end

#PlanIdObject

Parameters:

  • PlanId:

    录制计划ID

  • Name:

    计划名称

  • TimeTemplateId:

    时间模板ID



5595
5596
5597
# File 'lib/v20201201/models.rb', line 5595

def PlanId
  @PlanId
end

#TimeTemplateIdObject

Parameters:

  • PlanId:

    录制计划ID

  • Name:

    计划名称

  • TimeTemplateId:

    时间模板ID



5595
5596
5597
# File 'lib/v20201201/models.rb', line 5595

def TimeTemplateId
  @TimeTemplateId
end

Instance Method Details

#deserialize(params) ⇒ Object



5603
5604
5605
5606
5607
# File 'lib/v20201201/models.rb', line 5603

def deserialize(params)
  @PlanId = params['PlanId']
  @Name = params['Name']
  @TimeTemplateId = params['TimeTemplateId']
end