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.
11582 11583 11584 |
# File 'lib/v20180525/models.rb', line 11582 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
11580 11581 11582 |
# File 'lib/v20180525/models.rb', line 11580 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
11586 11587 11588 |
# File 'lib/v20180525/models.rb', line 11586 def deserialize(params) @RequestId = params['RequestId'] end |