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
-
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#UpdatedSubAccounts ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
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.
18872 18873 18874 18875 |
# File 'lib/v20180525/models.rb', line 18872 def initialize(updatedsubaccounts=nil, requestid=nil) @UpdatedSubAccounts = updatedsubaccounts @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
18870 18871 18872 |
# File 'lib/v20180525/models.rb', line 18870 def RequestId @RequestId end |
#UpdatedSubAccounts ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
18870 18871 18872 |
# File 'lib/v20180525/models.rb', line 18870 def UpdatedSubAccounts @UpdatedSubAccounts end |
Instance Method Details
#deserialize(params) ⇒ Object
18877 18878 18879 18880 |
# File 'lib/v20180525/models.rb', line 18877 def deserialize(params) @UpdatedSubAccounts = params['UpdatedSubAccounts'] @RequestId = params['RequestId'] end |