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.
15223 15224 15225 |
# File 'lib/v20180525/models.rb', line 15223 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
15221 15222 15223 |
# File 'lib/v20180525/models.rb', line 15221 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
15227 15228 15229 |
# File 'lib/v20180525/models.rb', line 15227 def deserialize(params) @RequestId = params['RequestId'] end |