Class: TencentCloud::Iss::V20230517::DeleteRecordBackupPlanResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iss::V20230517::DeleteRecordBackupPlanResponse
- Defined in:
- lib/v20230517/models.rb
Overview
DeleteRecordBackupPlan返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ DeleteRecordBackupPlanResponse
constructor
A new instance of DeleteRecordBackupPlanResponse.
Constructor Details
#initialize(requestid = nil) ⇒ DeleteRecordBackupPlanResponse
Returns a new instance of DeleteRecordBackupPlanResponse.
2101 2102 2103 |
# File 'lib/v20230517/models.rb', line 2101 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
2099 2100 2101 |
# File 'lib/v20230517/models.rb', line 2099 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
2105 2106 2107 |
# File 'lib/v20230517/models.rb', line 2105 def deserialize(params) @RequestId = params['RequestId'] end |