Class: TencentCloud::As::V20180419::SetInstancesProtectionResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::As::V20180419::SetInstancesProtectionResponse
- Defined in:
- lib/v20180419/models.rb
Overview
SetInstancesProtection返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ SetInstancesProtectionResponse
constructor
A new instance of SetInstancesProtectionResponse.
Constructor Details
#initialize(requestid = nil) ⇒ SetInstancesProtectionResponse
Returns a new instance of SetInstancesProtectionResponse.
5501 5502 5503 |
# File 'lib/v20180419/models.rb', line 5501 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
5499 5500 5501 |
# File 'lib/v20180419/models.rb', line 5499 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
5505 5506 5507 |
# File 'lib/v20180419/models.rb', line 5505 def deserialize(params) @RequestId = params['RequestId'] end |