Class: TencentCloud::Tke::V20180525::UpdateClusterKubeconfigResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tke::V20180525::UpdateClusterKubeconfigResponse
- Defined in:
- lib/v20180525/models.rb
Overview
UpdateClusterKubeconfig返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(updatedsubaccounts = nil, requestid = nil) ⇒ UpdateClusterKubeconfigResponse
constructor
A new instance of UpdateClusterKubeconfigResponse.
Constructor Details
#initialize(updatedsubaccounts = nil, requestid = nil) ⇒ UpdateClusterKubeconfigResponse
Returns a new instance of UpdateClusterKubeconfigResponse.
20383 20384 20385 20386 |
# File 'lib/v20180525/models.rb', line 20383 def initialize(updatedsubaccounts=nil, requestid=nil) @UpdatedSubAccounts = updatedsubaccounts @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
20381 20382 20383 |
# File 'lib/v20180525/models.rb', line 20381 def RequestId @RequestId end |
#UpdatedSubAccounts ⇒ Object
20381 20382 20383 |
# File 'lib/v20180525/models.rb', line 20381 def UpdatedSubAccounts @UpdatedSubAccounts end |
Instance Method Details
#deserialize(params) ⇒ Object
20388 20389 20390 20391 |
# File 'lib/v20180525/models.rb', line 20388 def deserialize(params) @UpdatedSubAccounts = params['UpdatedSubAccounts'] @RequestId = params['RequestId'] end |