Class: TencentCloud::Tke::V20180525::ModifyClusterAuthenticationOptionsResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tke::V20180525::ModifyClusterAuthenticationOptionsResponse
- Defined in:
- lib/v20180525/models.rb
Overview
ModifyClusterAuthenticationOptions返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ ModifyClusterAuthenticationOptionsResponse
constructor
A new instance of ModifyClusterAuthenticationOptionsResponse.
Constructor Details
#initialize(requestid = nil) ⇒ ModifyClusterAuthenticationOptionsResponse
Returns a new instance of ModifyClusterAuthenticationOptionsResponse.
15016 15017 15018 |
# File 'lib/v20180525/models.rb', line 15016 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
15014 15015 15016 |
# File 'lib/v20180525/models.rb', line 15014 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
15020 15021 15022 |
# File 'lib/v20180525/models.rb', line 15020 def deserialize(params) @RequestId = params['RequestId'] end |