Class: TencentCloud::Postgres::V20170312::DeleteBackupPlanResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Postgres::V20170312::DeleteBackupPlanResponse
- Defined in:
- lib/v20170312/models.rb
Overview
DeleteBackupPlan返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ DeleteBackupPlanResponse
constructor
A new instance of DeleteBackupPlanResponse.
Constructor Details
#initialize(requestid = nil) ⇒ DeleteBackupPlanResponse
Returns a new instance of DeleteBackupPlanResponse.
2076 2077 2078 |
# File 'lib/v20170312/models.rb', line 2076 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
2074 2075 2076 |
# File 'lib/v20170312/models.rb', line 2074 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
2080 2081 2082 |
# File 'lib/v20170312/models.rb', line 2080 def deserialize(params) @RequestId = params['RequestId'] end |