Class: TencentCloud::Cdb::V20170320::DescribeTablesResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdb::V20170320::DescribeTablesResponse
- Defined in:
- lib/v20170320/models.rb
Overview
DescribeTables返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(totalcount = nil, items = nil, requestid = nil) ⇒ DescribeTablesResponse
constructor
A new instance of DescribeTablesResponse.
Constructor Details
#initialize(totalcount = nil, items = nil, requestid = nil) ⇒ DescribeTablesResponse
Returns a new instance of DescribeTablesResponse.
8512 8513 8514 8515 8516 |
# File 'lib/v20170320/models.rb', line 8512 def initialize(totalcount=nil, items=nil, requestid=nil) @TotalCount = totalcount @Items = items @RequestId = requestid end |
Instance Attribute Details
#Items ⇒ Object
8510 8511 8512 |
# File 'lib/v20170320/models.rb', line 8510 def Items @Items end |
#RequestId ⇒ Object
8510 8511 8512 |
# File 'lib/v20170320/models.rb', line 8510 def RequestId @RequestId end |
#TotalCount ⇒ Object
8510 8511 8512 |
# File 'lib/v20170320/models.rb', line 8510 def TotalCount @TotalCount end |
Instance Method Details
#deserialize(params) ⇒ Object
8518 8519 8520 8521 8522 |
# File 'lib/v20170320/models.rb', line 8518 def deserialize(params) @TotalCount = params['TotalCount'] @Items = params['Items'] @RequestId = params['RequestId'] end |