Class: TencentCloud::Iss::V20230517::DeleteRecordBackupPlanRequest

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

Overview

DeleteRecordBackupPlan请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(planid = nil) ⇒ DeleteRecordBackupPlanRequest

Returns a new instance of DeleteRecordBackupPlanRequest.



2085
2086
2087
# File 'lib/v20230517/models.rb', line 2085

def initialize(planid=nil)
  @PlanId = planid
end

Instance Attribute Details

#PlanIdObject

Parameters:

  • PlanId:

    录像上云计划ID(从查询录像上云计划列表接口ListRecordBackupPlans中获取)



2083
2084
2085
# File 'lib/v20230517/models.rb', line 2083

def PlanId
  @PlanId
end

Instance Method Details

#deserialize(params) ⇒ Object



2089
2090
2091
# File 'lib/v20230517/models.rb', line 2089

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