Class: TencentCloud::Tke::V20180525::DescribeLogConfigsRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tke::V20180525::DescribeLogConfigsRequest
- Defined in:
- lib/v20180525/models.rb
Overview
DescribeLogConfigs请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(clusterid = nil, clustertype = nil, logconfignames = nil, offset = nil, limit = nil) ⇒ DescribeLogConfigsRequest
constructor
A new instance of DescribeLogConfigsRequest.
Constructor Details
#initialize(clusterid = nil, clustertype = nil, logconfignames = nil, offset = nil, limit = nil) ⇒ DescribeLogConfigsRequest
Returns a new instance of DescribeLogConfigsRequest.
8109 8110 8111 8112 8113 8114 8115 |
# File 'lib/v20180525/models.rb', line 8109 def initialize(clusterid=nil, clustertype=nil, logconfignames=nil, offset=nil, limit=nil) @ClusterId = clusterid @ClusterType = clustertype @LogConfigNames = logconfignames @Offset = offset @Limit = limit end |
Instance Attribute Details
#ClusterId ⇒ Object
8107 8108 8109 |
# File 'lib/v20180525/models.rb', line 8107 def ClusterId @ClusterId end |
#ClusterType ⇒ Object
8107 8108 8109 |
# File 'lib/v20180525/models.rb', line 8107 def ClusterType @ClusterType end |
#Limit ⇒ Object
8107 8108 8109 |
# File 'lib/v20180525/models.rb', line 8107 def Limit @Limit end |
#LogConfigNames ⇒ Object
8107 8108 8109 |
# File 'lib/v20180525/models.rb', line 8107 def LogConfigNames @LogConfigNames end |
#Offset ⇒ Object
8107 8108 8109 |
# File 'lib/v20180525/models.rb', line 8107 def Offset @Offset end |
Instance Method Details
#deserialize(params) ⇒ Object
8117 8118 8119 8120 8121 8122 8123 |
# File 'lib/v20180525/models.rb', line 8117 def deserialize(params) @ClusterId = params['ClusterId'] @ClusterType = params['ClusterType'] @LogConfigNames = params['LogConfigNames'] @Offset = params['Offset'] @Limit = params['Limit'] end |