Class: TencentCloud::Tke::V20180525::DescribeControlPlaneLogsRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tke::V20180525::DescribeControlPlaneLogsRequest
- Defined in:
- lib/v20180525/models.rb
Overview
DescribeControlPlaneLogs请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(clusterid = nil, clustertype = nil) ⇒ DescribeControlPlaneLogsRequest
constructor
A new instance of DescribeControlPlaneLogsRequest.
Constructor Details
#initialize(clusterid = nil, clustertype = nil) ⇒ DescribeControlPlaneLogsRequest
Returns a new instance of DescribeControlPlaneLogsRequest.
7552 7553 7554 7555 |
# File 'lib/v20180525/models.rb', line 7552 def initialize(clusterid=nil, clustertype=nil) @ClusterId = clusterid @ClusterType = clustertype end |
Instance Attribute Details
#ClusterId ⇒ Object
7550 7551 7552 |
# File 'lib/v20180525/models.rb', line 7550 def ClusterId @ClusterId end |
#ClusterType ⇒ Object
7550 7551 7552 |
# File 'lib/v20180525/models.rb', line 7550 def ClusterType @ClusterType end |
Instance Method Details
#deserialize(params) ⇒ Object
7557 7558 7559 7560 |
# File 'lib/v20180525/models.rb', line 7557 def deserialize(params) @ClusterId = params['ClusterId'] @ClusterType = params['ClusterType'] end |