Class: TencentCloud::Postgres::V20170312::DescribeAccountsRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Postgres::V20170312::DescribeAccountsRequest
- Defined in:
- lib/v20170312/models.rb
Overview
DescribeAccounts请求参数结构体
Instance Attribute Summary collapse
-
#DBInstanceId ⇒ Object
默认值:createTime 默认值:desc.
-
#Limit ⇒ Object
默认值:createTime 默认值:desc.
-
#Offset ⇒ Object
默认值:createTime 默认值:desc.
-
#OrderBy ⇒ Object
默认值:createTime 默认值:desc.
-
#OrderByType ⇒ Object
默认值:createTime 默认值:desc.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(dbinstanceid = nil, limit = nil, offset = nil, orderby = nil, orderbytype = nil) ⇒ DescribeAccountsRequest
constructor
A new instance of DescribeAccountsRequest.
Constructor Details
#initialize(dbinstanceid = nil, limit = nil, offset = nil, orderby = nil, orderbytype = nil) ⇒ DescribeAccountsRequest
Returns a new instance of DescribeAccountsRequest.
2404 2405 2406 2407 2408 2409 2410 |
# File 'lib/v20170312/models.rb', line 2404 def initialize(dbinstanceid=nil, limit=nil, offset=nil, orderby=nil, orderbytype=nil) @DBInstanceId = dbinstanceid @Limit = limit @Offset = offset @OrderBy = orderby @OrderByType = orderbytype end |
Instance Attribute Details
#DBInstanceId ⇒ Object
默认值:createTime 默认值:desc
2402 2403 2404 |
# File 'lib/v20170312/models.rb', line 2402 def DBInstanceId @DBInstanceId end |
#Limit ⇒ Object
默认值:createTime 默认值:desc
2402 2403 2404 |
# File 'lib/v20170312/models.rb', line 2402 def Limit @Limit end |
#Offset ⇒ Object
默认值:createTime 默认值:desc
2402 2403 2404 |
# File 'lib/v20170312/models.rb', line 2402 def Offset @Offset end |
#OrderBy ⇒ Object
默认值:createTime 默认值:desc
2402 2403 2404 |
# File 'lib/v20170312/models.rb', line 2402 def OrderBy @OrderBy end |
#OrderByType ⇒ Object
默认值:createTime 默认值:desc
2402 2403 2404 |
# File 'lib/v20170312/models.rb', line 2402 def OrderByType @OrderByType end |
Instance Method Details
#deserialize(params) ⇒ Object
2412 2413 2414 2415 2416 2417 2418 |
# File 'lib/v20170312/models.rb', line 2412 def deserialize(params) @DBInstanceId = params['DBInstanceId'] @Limit = params['Limit'] @Offset = params['Offset'] @OrderBy = params['OrderBy'] @OrderByType = params['OrderByType'] end |