Class: TencentCloud::Iotvideoindustry::V20201201::LiveRecordPlanItem

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

Overview

直播录制计划详情

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(planid = nil, planname = nil) ⇒ LiveRecordPlanItem

Returns a new instance of LiveRecordPlanItem.



4935
4936
4937
4938
# File 'lib/v20201201/models.rb', line 4935

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

Instance Attribute Details

#PlanIdObject

Parameters:

  • PlanId:

    计划ID

  • PlanName:

    计划名称



4933
4934
4935
# File 'lib/v20201201/models.rb', line 4933

def PlanId
  @PlanId
end

#PlanNameObject

Parameters:

  • PlanId:

    计划ID

  • PlanName:

    计划名称



4933
4934
4935
# File 'lib/v20201201/models.rb', line 4933

def PlanName
  @PlanName
end

Instance Method Details

#deserialize(params) ⇒ Object



4940
4941
4942
4943
# File 'lib/v20201201/models.rb', line 4940

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