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.



5426
5427
5428
5429
5430
# File 'lib/v20201201/models.rb', line 5426

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



5424
5425
5426
# File 'lib/v20201201/models.rb', line 5424

def Name
  @Name
end

#PlanIdObject

Parameters:

  • PlanId:

    录制计划ID

  • Name:

    计划名称

  • TimeTemplateId:

    时间模板ID



5424
5425
5426
# File 'lib/v20201201/models.rb', line 5424

def PlanId
  @PlanId
end

#TimeTemplateIdObject

Parameters:

  • PlanId:

    录制计划ID

  • Name:

    计划名称

  • TimeTemplateId:

    时间模板ID



5424
5425
5426
# File 'lib/v20201201/models.rb', line 5424

def TimeTemplateId
  @TimeTemplateId
end

Instance Method Details

#deserialize(params) ⇒ Object



5432
5433
5434
5435
5436
# File 'lib/v20201201/models.rb', line 5432

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