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.



5094
5095
5096
5097
# File 'lib/v20201201/models.rb', line 5094

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

Instance Attribute Details

#PlanIdObject

注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • PlanId:

    计划ID

  • PlanName:

    计划名称



5092
5093
5094
# File 'lib/v20201201/models.rb', line 5092

def PlanId
  @PlanId
end

#PlanNameObject

注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • PlanId:

    计划ID

  • PlanName:

    计划名称



5092
5093
5094
# File 'lib/v20201201/models.rb', line 5092

def PlanName
  @PlanName
end

Instance Method Details

#deserialize(params) ⇒ Object



5099
5100
5101
5102
# File 'lib/v20201201/models.rb', line 5099

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