Class: TencentCloud::Tke::V20180525::DescribeClusterExtraArgsResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tke::V20180525::DescribeClusterExtraArgsResponse
- Defined in:
- lib/v20180525/models.rb
Overview
DescribeClusterExtraArgs返回参数结构体
Instance Attribute Summary collapse
-
#ClusterExtraArgs ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(clusterextraargs = nil, requestid = nil) ⇒ DescribeClusterExtraArgsResponse
constructor
A new instance of DescribeClusterExtraArgsResponse.
Constructor Details
#initialize(clusterextraargs = nil, requestid = nil) ⇒ DescribeClusterExtraArgsResponse
Returns a new instance of DescribeClusterExtraArgsResponse.
5818 5819 5820 5821 |
# File 'lib/v20180525/models.rb', line 5818 def initialize(clusterextraargs=nil, requestid=nil) @ClusterExtraArgs = clusterextraargs @RequestId = requestid end |
Instance Attribute Details
#ClusterExtraArgs ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
5816 5817 5818 |
# File 'lib/v20180525/models.rb', line 5816 def ClusterExtraArgs @ClusterExtraArgs end |
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
5816 5817 5818 |
# File 'lib/v20180525/models.rb', line 5816 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
5823 5824 5825 5826 5827 5828 5829 |
# File 'lib/v20180525/models.rb', line 5823 def deserialize(params) unless params['ClusterExtraArgs'].nil? @ClusterExtraArgs = ClusterExtraArgs.new @ClusterExtraArgs.deserialize(params['ClusterExtraArgs']) end @RequestId = params['RequestId'] end |