Class: TencentCloud::Sqlserver::V20180328::DescribeBackupCommandRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Sqlserver::V20180328::DescribeBackupCommandRequest
- Defined in:
- lib/v20180328/models.rb
Overview
DescribeBackupCommand请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(backupfiletype = nil, databasename = nil, isrecovery = nil, localpath = nil) ⇒ DescribeBackupCommandRequest
constructor
A new instance of DescribeBackupCommandRequest.
Constructor Details
#initialize(backupfiletype = nil, databasename = nil, isrecovery = nil, localpath = nil) ⇒ DescribeBackupCommandRequest
Returns a new instance of DescribeBackupCommandRequest.
3384 3385 3386 3387 3388 3389 |
# File 'lib/v20180328/models.rb', line 3384 def initialize(backupfiletype=nil, databasename=nil, isrecovery=nil, localpath=nil) @BackupFileType = backupfiletype @DataBaseName = databasename @IsRecovery = isrecovery @LocalPath = localpath end |
Instance Attribute Details
#BackupFileType ⇒ Object
3382 3383 3384 |
# File 'lib/v20180328/models.rb', line 3382 def BackupFileType @BackupFileType end |
#DataBaseName ⇒ Object
3382 3383 3384 |
# File 'lib/v20180328/models.rb', line 3382 def DataBaseName @DataBaseName end |
#IsRecovery ⇒ Object
3382 3383 3384 |
# File 'lib/v20180328/models.rb', line 3382 def IsRecovery @IsRecovery end |
#LocalPath ⇒ Object
3382 3383 3384 |
# File 'lib/v20180328/models.rb', line 3382 def LocalPath @LocalPath end |
Instance Method Details
#deserialize(params) ⇒ Object
3391 3392 3393 3394 3395 3396 |
# File 'lib/v20180328/models.rb', line 3391 def deserialize(params) @BackupFileType = params['BackupFileType'] @DataBaseName = params['DataBaseName'] @IsRecovery = params['IsRecovery'] @LocalPath = params['LocalPath'] end |