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.
8439 8440 8441 8442 8443 |
# File 'lib/v20170320/models.rb', line 8439 def initialize(totalcount=nil, items=nil, requestid=nil) @TotalCount = totalcount @Items = items @RequestId = requestid end |
Instance Attribute Details
#Items ⇒ Object
8437 8438 8439 |
# File 'lib/v20170320/models.rb', line 8437 def Items @Items end |
#RequestId ⇒ Object
8437 8438 8439 |
# File 'lib/v20170320/models.rb', line 8437 def RequestId @RequestId end |
#TotalCount ⇒ Object
8437 8438 8439 |
# File 'lib/v20170320/models.rb', line 8437 def TotalCount @TotalCount end |
Instance Method Details
#deserialize(params) ⇒ Object
8445 8446 8447 8448 8449 |
# File 'lib/v20170320/models.rb', line 8445 def deserialize(params) @TotalCount = params['TotalCount'] @Items = params['Items'] @RequestId = params['RequestId'] end |