Class: TencentCloud::Iotvideoindustry::V20201201::CreateLiveRecordPlanResponse

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

Overview

CreateLiveRecordPlan返回参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(planid = nil, requestid = nil) ⇒ CreateLiveRecordPlanResponse

Returns a new instance of CreateLiveRecordPlanResponse.



761
762
763
764
# File 'lib/v20201201/models.rb', line 761

def initialize(planid=nil, requestid=nil)
  @PlanId = planid
  @RequestId = requestid
end

Instance Attribute Details

#PlanIdObject

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

Parameters:

  • PlanId:

    录制计划名称

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



759
760
761
# File 'lib/v20201201/models.rb', line 759

def PlanId
  @PlanId
end

#RequestIdObject

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

Parameters:

  • PlanId:

    录制计划名称

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



759
760
761
# File 'lib/v20201201/models.rb', line 759

def RequestId
  @RequestId
end

Instance Method Details

#deserialize(params) ⇒ Object



766
767
768
769
# File 'lib/v20201201/models.rb', line 766

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