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.
20807 20808 20809 20810 |
# File 'lib/v20180525/models.rb', line 20807 def initialize(updatedsubaccounts=nil, requestid=nil) @UpdatedSubAccounts = updatedsubaccounts @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
20805 20806 20807 |
# File 'lib/v20180525/models.rb', line 20805 def RequestId @RequestId end |
#UpdatedSubAccounts ⇒ Object
20805 20806 20807 |
# File 'lib/v20180525/models.rb', line 20805 def UpdatedSubAccounts @UpdatedSubAccounts end |
Instance Method Details
#deserialize(params) ⇒ Object
20812 20813 20814 20815 |
# File 'lib/v20180525/models.rb', line 20812 def deserialize(params) @UpdatedSubAccounts = params['UpdatedSubAccounts'] @RequestId = params['RequestId'] end |