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.
18871 18872 18873 18874 |
# File 'lib/v20180525/models.rb', line 18871 def initialize(updatedsubaccounts=nil, requestid=nil) @UpdatedSubAccounts = updatedsubaccounts @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
18869 18870 18871 |
# File 'lib/v20180525/models.rb', line 18869 def RequestId @RequestId end |
#UpdatedSubAccounts ⇒ Object
18869 18870 18871 |
# File 'lib/v20180525/models.rb', line 18869 def UpdatedSubAccounts @UpdatedSubAccounts end |
Instance Method Details
#deserialize(params) ⇒ Object
18876 18877 18878 18879 |
# File 'lib/v20180525/models.rb', line 18876 def deserialize(params) @UpdatedSubAccounts = params['UpdatedSubAccounts'] @RequestId = params['RequestId'] end |