Class: TencentCloud::Postgres::V20170312::CreateBackupPlanResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Postgres::V20170312::CreateBackupPlanResponse
- Defined in:
- lib/v20170312/models.rb
Overview
CreateBackupPlan返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(planid = nil, requestid = nil) ⇒ CreateBackupPlanResponse
constructor
A new instance of CreateBackupPlanResponse.
Constructor Details
#initialize(planid = nil, requestid = nil) ⇒ CreateBackupPlanResponse
Returns a new instance of CreateBackupPlanResponse.
759 760 761 762 |
# File 'lib/v20170312/models.rb', line 759 def initialize(planid=nil, requestid=nil) @PlanId = planid @RequestId = requestid end |
Instance Attribute Details
#PlanId ⇒ Object
757 758 759 |
# File 'lib/v20170312/models.rb', line 757 def PlanId @PlanId end |
#RequestId ⇒ Object
757 758 759 |
# File 'lib/v20170312/models.rb', line 757 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
764 765 766 767 |
# File 'lib/v20170312/models.rb', line 764 def deserialize(params) @PlanId = params['PlanId'] @RequestId = params['RequestId'] end |