Class: TencentCloud::Iotvideoindustry::V20201201::ModifyLiveRecordPlanRequest

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

Overview

ModifyLiveRecordPlan请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(planid = nil, planname = nil, templateid = nil) ⇒ ModifyLiveRecordPlanRequest

Returns a new instance of ModifyLiveRecordPlanRequest.



5441
5442
5443
5444
5445
# File 'lib/v20201201/models.rb', line 5441

def initialize(planid=nil, planname=nil, templateid=nil)
  @PlanId = planid
  @PlanName = planname
  @TemplateId = templateid
end

Instance Attribute Details

#PlanIdObject

Parameters:

  • PlanId:

    录制计划ID

  • PlanName:

    录制计划名

  • TemplateId:

    时间模板ID,固定直播时为必填



5439
5440
5441
# File 'lib/v20201201/models.rb', line 5439

def PlanId
  @PlanId
end

#PlanNameObject

Parameters:

  • PlanId:

    录制计划ID

  • PlanName:

    录制计划名

  • TemplateId:

    时间模板ID,固定直播时为必填



5439
5440
5441
# File 'lib/v20201201/models.rb', line 5439

def PlanName
  @PlanName
end

#TemplateIdObject

Parameters:

  • PlanId:

    录制计划ID

  • PlanName:

    录制计划名

  • TemplateId:

    时间模板ID,固定直播时为必填



5439
5440
5441
# File 'lib/v20201201/models.rb', line 5439

def TemplateId
  @TemplateId
end

Instance Method Details

#deserialize(params) ⇒ Object



5447
5448
5449
5450
5451
# File 'lib/v20201201/models.rb', line 5447

def deserialize(params)
  @PlanId = params['PlanId']
  @PlanName = params['PlanName']
  @TemplateId = params['TemplateId']
end