Class: TencentCloud::Dcdb::V20180411::DescribeBackupFilesRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dcdb::V20180411::DescribeBackupFilesRequest
- Defined in:
- lib/v20180411/models.rb
Overview
DescribeBackupFiles请求参数结构体
Instance Attribute Summary collapse
- #BackupType ⇒ Object
- #EndTime ⇒ Object
- #InstanceId ⇒ Object
- #Limit ⇒ Object
- #Offset ⇒ Object
- #OrderBy ⇒ Object
- #OrderType ⇒ Object
- #ShardId ⇒ Object
- #StartTime ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(instanceid = nil, shardid = nil, backuptype = nil, starttime = nil, endtime = nil, limit = nil, offset = nil, orderby = nil, ordertype = nil) ⇒ DescribeBackupFilesRequest
constructor
A new instance of DescribeBackupFilesRequest.
Constructor Details
#initialize(instanceid = nil, shardid = nil, backuptype = nil, starttime = nil, endtime = nil, limit = nil, offset = nil, orderby = nil, ordertype = nil) ⇒ DescribeBackupFilesRequest
Returns a new instance of DescribeBackupFilesRequest.
2155 2156 2157 2158 2159 2160 2161 2162 2163 2164 2165 |
# File 'lib/v20180411/models.rb', line 2155 def initialize(instanceid=nil, shardid=nil, backuptype=nil, starttime=nil, endtime=nil, limit=nil, offset=nil, orderby=nil, ordertype=nil) @InstanceId = instanceid @ShardId = shardid @BackupType = backuptype @StartTime = starttime @EndTime = endtime @Limit = limit @Offset = offset @OrderBy = orderby @OrderType = ordertype end |
Instance Attribute Details
#BackupType ⇒ Object
2153 2154 2155 |
# File 'lib/v20180411/models.rb', line 2153 def BackupType @BackupType end |
#EndTime ⇒ Object
2153 2154 2155 |
# File 'lib/v20180411/models.rb', line 2153 def EndTime @EndTime end |
#InstanceId ⇒ Object
2153 2154 2155 |
# File 'lib/v20180411/models.rb', line 2153 def InstanceId @InstanceId end |
#Limit ⇒ Object
2153 2154 2155 |
# File 'lib/v20180411/models.rb', line 2153 def Limit @Limit end |
#Offset ⇒ Object
2153 2154 2155 |
# File 'lib/v20180411/models.rb', line 2153 def Offset @Offset end |
#OrderBy ⇒ Object
2153 2154 2155 |
# File 'lib/v20180411/models.rb', line 2153 def OrderBy @OrderBy end |
#OrderType ⇒ Object
2153 2154 2155 |
# File 'lib/v20180411/models.rb', line 2153 def OrderType @OrderType end |
#ShardId ⇒ Object
2153 2154 2155 |
# File 'lib/v20180411/models.rb', line 2153 def ShardId @ShardId end |
#StartTime ⇒ Object
2153 2154 2155 |
# File 'lib/v20180411/models.rb', line 2153 def StartTime @StartTime end |
Instance Method Details
#deserialize(params) ⇒ Object
2167 2168 2169 2170 2171 2172 2173 2174 2175 2176 2177 |
# File 'lib/v20180411/models.rb', line 2167 def deserialize(params) @InstanceId = params['InstanceId'] @ShardId = params['ShardId'] @BackupType = params['BackupType'] @StartTime = params['StartTime'] @EndTime = params['EndTime'] @Limit = params['Limit'] @Offset = params['Offset'] @OrderBy = params['OrderBy'] @OrderType = params['OrderType'] end |