Class: TencentCloud::Tke::V20180525::EnableEncryptionProtectionResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tke::V20180525::EnableEncryptionProtectionResponse
- Defined in:
- lib/v20180525/models.rb
Overview
EnableEncryptionProtection返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ EnableEncryptionProtectionResponse
constructor
A new instance of EnableEncryptionProtectionResponse.
Constructor Details
#initialize(requestid = nil) ⇒ EnableEncryptionProtectionResponse
Returns a new instance of EnableEncryptionProtectionResponse.
11742 11743 11744 |
# File 'lib/v20180525/models.rb', line 11742 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
11740 11741 11742 |
# File 'lib/v20180525/models.rb', line 11740 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
11746 11747 11748 |
# File 'lib/v20180525/models.rb', line 11746 def deserialize(params) @RequestId = params['RequestId'] end |