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.
13837 13838 13839 |
# File 'lib/v20180525/models.rb', line 13837 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
13835 13836 13837 |
# File 'lib/v20180525/models.rb', line 13835 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
13841 13842 13843 |
# File 'lib/v20180525/models.rb', line 13841 def deserialize(params) @RequestId = params['RequestId'] end |