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.
13933 13934 13935 |
# File 'lib/v20180525/models.rb', line 13933 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
13931 13932 13933 |
# File 'lib/v20180525/models.rb', line 13931 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
13937 13938 13939 |
# File 'lib/v20180525/models.rb', line 13937 def deserialize(params) @RequestId = params['RequestId'] end |