Class: TencentCloud::Dbbrain::V20210527::DescribeNoPrimaryKeyTablesRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dbbrain::V20210527::DescribeNoPrimaryKeyTablesRequest
- Defined in:
- lib/v20210527/models.rb
Overview
DescribeNoPrimaryKeyTables请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(instanceid = nil, date = nil, limit = nil, offset = nil, product = nil) ⇒ DescribeNoPrimaryKeyTablesRequest
constructor
A new instance of DescribeNoPrimaryKeyTablesRequest.
Constructor Details
#initialize(instanceid = nil, date = nil, limit = nil, offset = nil, product = nil) ⇒ DescribeNoPrimaryKeyTablesRequest
Returns a new instance of DescribeNoPrimaryKeyTablesRequest.
3252 3253 3254 3255 3256 3257 3258 |
# File 'lib/v20210527/models.rb', line 3252 def initialize(instanceid=nil, date=nil, limit=nil, offset=nil, product=nil) @InstanceId = instanceid @Date = date @Limit = limit @Offset = offset @Product = product end |
Instance Attribute Details
#Date ⇒ Object
3250 3251 3252 |
# File 'lib/v20210527/models.rb', line 3250 def Date @Date end |
#InstanceId ⇒ Object
3250 3251 3252 |
# File 'lib/v20210527/models.rb', line 3250 def InstanceId @InstanceId end |
#Limit ⇒ Object
3250 3251 3252 |
# File 'lib/v20210527/models.rb', line 3250 def Limit @Limit end |
#Offset ⇒ Object
3250 3251 3252 |
# File 'lib/v20210527/models.rb', line 3250 def Offset @Offset end |
#Product ⇒ Object
3250 3251 3252 |
# File 'lib/v20210527/models.rb', line 3250 def Product @Product end |
Instance Method Details
#deserialize(params) ⇒ Object
3260 3261 3262 3263 3264 3265 3266 |
# File 'lib/v20210527/models.rb', line 3260 def deserialize(params) @InstanceId = params['InstanceId'] @Date = params['Date'] @Limit = params['Limit'] @Offset = params['Offset'] @Product = params['Product'] end |