Class: TencentCloud::Tke::V20180525::DeleteLogConfigsRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tke::V20180525::DeleteLogConfigsRequest
- Defined in:
- lib/v20180525/models.rb
Overview
DeleteLogConfigs请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(clusterid = nil, logconfignames = nil, clustertype = nil) ⇒ DeleteLogConfigsRequest
constructor
A new instance of DeleteLogConfigsRequest.
Constructor Details
#initialize(clusterid = nil, logconfignames = nil, clustertype = nil) ⇒ DeleteLogConfigsRequest
Returns a new instance of DeleteLogConfigsRequest.
4694 4695 4696 4697 4698 |
# File 'lib/v20180525/models.rb', line 4694 def initialize(clusterid=nil, logconfignames=nil, clustertype=nil) @ClusterId = clusterid @LogConfigNames = logconfignames @ClusterType = clustertype end |
Instance Attribute Details
#ClusterId ⇒ Object
4692 4693 4694 |
# File 'lib/v20180525/models.rb', line 4692 def ClusterId @ClusterId end |
#ClusterType ⇒ Object
4692 4693 4694 |
# File 'lib/v20180525/models.rb', line 4692 def ClusterType @ClusterType end |
#LogConfigNames ⇒ Object
4692 4693 4694 |
# File 'lib/v20180525/models.rb', line 4692 def LogConfigNames @LogConfigNames end |
Instance Method Details
#deserialize(params) ⇒ Object
4700 4701 4702 4703 4704 |
# File 'lib/v20180525/models.rb', line 4700 def deserialize(params) @ClusterId = params['ClusterId'] @LogConfigNames = params['LogConfigNames'] @ClusterType = params['ClusterType'] end |