Class: TencentCloud::Cdb::V20170320::DescribeTableColumnsResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdb::V20170320::DescribeTableColumnsResponse
- Defined in:
- lib/v20170320/models.rb
Overview
DescribeTableColumns返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(totalcount = nil, items = nil, requestid = nil) ⇒ DescribeTableColumnsResponse
constructor
A new instance of DescribeTableColumnsResponse.
Constructor Details
#initialize(totalcount = nil, items = nil, requestid = nil) ⇒ DescribeTableColumnsResponse
8448 8449 8450 8451 8452 |
# File 'lib/v20170320/models.rb', line 8448 def initialize(totalcount=nil, items=nil, requestid=nil) @TotalCount = totalcount @Items = items @RequestId = requestid end |
Instance Attribute Details
#Items ⇒ Object
8446 8447 8448 |
# File 'lib/v20170320/models.rb', line 8446 def Items @Items end |
#RequestId ⇒ Object
8446 8447 8448 |
# File 'lib/v20170320/models.rb', line 8446 def RequestId @RequestId end |
#TotalCount ⇒ Object
8446 8447 8448 |
# File 'lib/v20170320/models.rb', line 8446 def TotalCount @TotalCount end |
Instance Method Details
#deserialize(params) ⇒ Object
8454 8455 8456 8457 8458 |
# File 'lib/v20170320/models.rb', line 8454 def deserialize(params) @TotalCount = params['TotalCount'] @Items = params['Items'] @RequestId = params['RequestId'] end |