Class: TencentCloud::Dlc::V20210125::DescribeDatabasesRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dlc::V20210125::DescribeDatabasesRequest
- Defined in:
- lib/v20210125/models.rb
Overview
DescribeDatabases请求参数结构体
Instance Attribute Summary collapse
-
#Asc ⇒ Object
注意:此字段需要开启白名单使用,如果需要使用,请提交工单联系我们。.
-
#DatasourceConnectionName ⇒ Object
注意:此字段需要开启白名单使用,如果需要使用,请提交工单联系我们。.
-
#DescribeType ⇒ Object
注意:此字段需要开启白名单使用,如果需要使用,请提交工单联系我们。.
-
#KeyWord ⇒ Object
注意:此字段需要开启白名单使用,如果需要使用,请提交工单联系我们。.
-
#Limit ⇒ Object
注意:此字段需要开启白名单使用,如果需要使用,请提交工单联系我们。.
-
#Offset ⇒ Object
注意:此字段需要开启白名单使用,如果需要使用,请提交工单联系我们。.
-
#Sort ⇒ Object
注意:此字段需要开启白名单使用,如果需要使用,请提交工单联系我们。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(limit = nil, offset = nil, keyword = nil, datasourceconnectionname = nil, sort = nil, asc = nil, describetype = nil) ⇒ DescribeDatabasesRequest
constructor
A new instance of DescribeDatabasesRequest.
Constructor Details
#initialize(limit = nil, offset = nil, keyword = nil, datasourceconnectionname = nil, sort = nil, asc = nil, describetype = nil) ⇒ DescribeDatabasesRequest
Returns a new instance of DescribeDatabasesRequest.
7070 7071 7072 7073 7074 7075 7076 7077 7078 |
# File 'lib/v20210125/models.rb', line 7070 def initialize(limit=nil, offset=nil, keyword=nil, datasourceconnectionname=nil, sort=nil, asc=nil, describetype=nil) @Limit = limit @Offset = offset @KeyWord = keyword @DatasourceConnectionName = datasourceconnectionname @Sort = sort @Asc = asc @DescribeType = describetype end |
Instance Attribute Details
#Asc ⇒ Object
注意:此字段需要开启白名单使用,如果需要使用,请提交工单联系我们。
7068 7069 7070 |
# File 'lib/v20210125/models.rb', line 7068 def Asc @Asc end |
#DatasourceConnectionName ⇒ Object
注意:此字段需要开启白名单使用,如果需要使用,请提交工单联系我们。
7068 7069 7070 |
# File 'lib/v20210125/models.rb', line 7068 def DatasourceConnectionName @DatasourceConnectionName end |
#DescribeType ⇒ Object
注意:此字段需要开启白名单使用,如果需要使用,请提交工单联系我们。
7068 7069 7070 |
# File 'lib/v20210125/models.rb', line 7068 def DescribeType @DescribeType end |
#KeyWord ⇒ Object
注意:此字段需要开启白名单使用,如果需要使用,请提交工单联系我们。
7068 7069 7070 |
# File 'lib/v20210125/models.rb', line 7068 def KeyWord @KeyWord end |
#Limit ⇒ Object
注意:此字段需要开启白名单使用,如果需要使用,请提交工单联系我们。
7068 7069 7070 |
# File 'lib/v20210125/models.rb', line 7068 def Limit @Limit end |
#Offset ⇒ Object
注意:此字段需要开启白名单使用,如果需要使用,请提交工单联系我们。
7068 7069 7070 |
# File 'lib/v20210125/models.rb', line 7068 def Offset @Offset end |
#Sort ⇒ Object
注意:此字段需要开启白名单使用,如果需要使用,请提交工单联系我们。
7068 7069 7070 |
# File 'lib/v20210125/models.rb', line 7068 def Sort @Sort end |
Instance Method Details
#deserialize(params) ⇒ Object
7080 7081 7082 7083 7084 7085 7086 7087 7088 |
# File 'lib/v20210125/models.rb', line 7080 def deserialize(params) @Limit = params['Limit'] @Offset = params['Offset'] @KeyWord = params['KeyWord'] @DatasourceConnectionName = params['DatasourceConnectionName'] @Sort = params['Sort'] @Asc = params['Asc'] @DescribeType = params['DescribeType'] end |