Class: TencentCloud::Cwp::V20180228::CreateProtectServerResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::CreateProtectServerResponse
- Defined in:
- lib/v20180228/models.rb
Overview
CreateProtectServer返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ CreateProtectServerResponse
constructor
A new instance of CreateProtectServerResponse.
Constructor Details
#initialize(requestid = nil) ⇒ CreateProtectServerResponse
Returns a new instance of CreateProtectServerResponse.
5925 5926 5927 |
# File 'lib/v20180228/models.rb', line 5925 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
5923 5924 5925 |
# File 'lib/v20180228/models.rb', line 5923 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
5929 5930 5931 |
# File 'lib/v20180228/models.rb', line 5929 def deserialize(params) @RequestId = params['RequestId'] end |