Class: TencentCloud::Tcaplusdb::V20190823::DescribeApplicationsRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tcaplusdb::V20190823::DescribeApplicationsRequest
- Defined in:
- lib/v20190823/models.rb
Overview
DescribeApplications请求参数结构体
Instance Attribute Summary collapse
- #Applicant ⇒ Object
- #ApplyType ⇒ Object
- #CensorStatus ⇒ Object
- #ClusterId ⇒ Object
- #Limit ⇒ Object
- #Offset ⇒ Object
- #TableGroupId ⇒ Object
- #TableName ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(clusterid = nil, limit = nil, offset = nil, censorstatus = nil, tablegroupid = nil, tablename = nil, applicant = nil, applytype = nil) ⇒ DescribeApplicationsRequest
constructor
A new instance of DescribeApplicationsRequest.
Constructor Details
#initialize(clusterid = nil, limit = nil, offset = nil, censorstatus = nil, tablegroupid = nil, tablename = nil, applicant = nil, applytype = nil) ⇒ DescribeApplicationsRequest
Returns a new instance of DescribeApplicationsRequest.
1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 |
# File 'lib/v20190823/models.rb', line 1385 def initialize(clusterid=nil, limit=nil, offset=nil, censorstatus=nil, tablegroupid=nil, tablename=nil, applicant=nil, applytype=nil) @ClusterId = clusterid @Limit = limit @Offset = offset @CensorStatus = censorstatus @TableGroupId = tablegroupid @TableName = tablename @Applicant = applicant @ApplyType = applytype end |
Instance Attribute Details
#Applicant ⇒ Object
1383 1384 1385 |
# File 'lib/v20190823/models.rb', line 1383 def Applicant @Applicant end |
#ApplyType ⇒ Object
1383 1384 1385 |
# File 'lib/v20190823/models.rb', line 1383 def ApplyType @ApplyType end |
#CensorStatus ⇒ Object
1383 1384 1385 |
# File 'lib/v20190823/models.rb', line 1383 def CensorStatus @CensorStatus end |
#ClusterId ⇒ Object
1383 1384 1385 |
# File 'lib/v20190823/models.rb', line 1383 def ClusterId @ClusterId end |
#Limit ⇒ Object
1383 1384 1385 |
# File 'lib/v20190823/models.rb', line 1383 def Limit @Limit end |
#Offset ⇒ Object
1383 1384 1385 |
# File 'lib/v20190823/models.rb', line 1383 def Offset @Offset end |
#TableGroupId ⇒ Object
1383 1384 1385 |
# File 'lib/v20190823/models.rb', line 1383 def TableGroupId @TableGroupId end |
#TableName ⇒ Object
1383 1384 1385 |
# File 'lib/v20190823/models.rb', line 1383 def TableName @TableName end |
Instance Method Details
#deserialize(params) ⇒ Object
1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 |
# File 'lib/v20190823/models.rb', line 1396 def deserialize(params) @ClusterId = params['ClusterId'] @Limit = params['Limit'] @Offset = params['Offset'] @CensorStatus = params['CensorStatus'] @TableGroupId = params['TableGroupId'] @TableName = params['TableName'] @Applicant = params['Applicant'] @ApplyType = params['ApplyType'] end |