Class: TencentCloud::Sqlserver::V20180328::DescribeUploadBackupInfoResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Sqlserver::V20180328::DescribeUploadBackupInfoResponse
- Extended by:
- Gem::Deprecate
- Defined in:
- lib/v20180328/models.rb
Overview
DescribeUploadBackupInfo返回参数结构体
Instance Attribute Summary collapse
- #BucketName ⇒ Object
- #CosSecurityToken ⇒ Object
- #ExpiredTime ⇒ Object
- #Path ⇒ Object
- #Region ⇒ Object
- #RequestId ⇒ Object
- #StartTime ⇒ Object
- #TmpSecretId ⇒ Object
- #TmpSecretKey ⇒ Object
- #XCosSecurityToken ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(bucketname = nil, region = nil, path = nil, tmpsecretid = nil, tmpsecretkey = nil, xcossecuritytoken = nil, starttime = nil, expiredtime = nil, cossecuritytoken = nil, requestid = nil) ⇒ DescribeUploadBackupInfoResponse
constructor
A new instance of DescribeUploadBackupInfoResponse.
Constructor Details
#initialize(bucketname = nil, region = nil, path = nil, tmpsecretid = nil, tmpsecretkey = nil, xcossecuritytoken = nil, starttime = nil, expiredtime = nil, cossecuritytoken = nil, requestid = nil) ⇒ DescribeUploadBackupInfoResponse
Returns a new instance of DescribeUploadBackupInfoResponse.
7046 7047 7048 7049 7050 7051 7052 7053 7054 7055 7056 7057 |
# File 'lib/v20180328/models.rb', line 7046 def initialize(bucketname=nil, region=nil, path=nil, tmpsecretid=nil, tmpsecretkey=nil, xcossecuritytoken=nil, starttime=nil, expiredtime=nil, cossecuritytoken=nil, requestid=nil) @BucketName = bucketname @Region = region @Path = path @TmpSecretId = tmpsecretid @TmpSecretKey = tmpsecretkey @XCosSecurityToken = xcossecuritytoken @StartTime = starttime @ExpiredTime = expiredtime @CosSecurityToken = cossecuritytoken @RequestId = requestid end |
Instance Attribute Details
#BucketName ⇒ Object
7041 7042 7043 |
# File 'lib/v20180328/models.rb', line 7041 def BucketName @BucketName end |
#CosSecurityToken ⇒ Object
7041 7042 7043 |
# File 'lib/v20180328/models.rb', line 7041 def CosSecurityToken @CosSecurityToken end |
#ExpiredTime ⇒ Object
7041 7042 7043 |
# File 'lib/v20180328/models.rb', line 7041 def ExpiredTime @ExpiredTime end |
#Path ⇒ Object
7041 7042 7043 |
# File 'lib/v20180328/models.rb', line 7041 def Path @Path end |
#Region ⇒ Object
7041 7042 7043 |
# File 'lib/v20180328/models.rb', line 7041 def Region @Region end |
#RequestId ⇒ Object
7041 7042 7043 |
# File 'lib/v20180328/models.rb', line 7041 def RequestId @RequestId end |
#StartTime ⇒ Object
7041 7042 7043 |
# File 'lib/v20180328/models.rb', line 7041 def StartTime @StartTime end |
#TmpSecretId ⇒ Object
7041 7042 7043 |
# File 'lib/v20180328/models.rb', line 7041 def TmpSecretId @TmpSecretId end |
#TmpSecretKey ⇒ Object
7041 7042 7043 |
# File 'lib/v20180328/models.rb', line 7041 def TmpSecretKey @TmpSecretKey end |
#XCosSecurityToken ⇒ Object
7041 7042 7043 |
# File 'lib/v20180328/models.rb', line 7041 def XCosSecurityToken @XCosSecurityToken end |
Instance Method Details
#deserialize(params) ⇒ Object
7059 7060 7061 7062 7063 7064 7065 7066 7067 7068 7069 7070 |
# File 'lib/v20180328/models.rb', line 7059 def deserialize(params) @BucketName = params['BucketName'] @Region = params['Region'] @Path = params['Path'] @TmpSecretId = params['TmpSecretId'] @TmpSecretKey = params['TmpSecretKey'] @XCosSecurityToken = params['XCosSecurityToken'] @StartTime = params['StartTime'] @ExpiredTime = params['ExpiredTime'] @CosSecurityToken = params['CosSecurityToken'] @RequestId = params['RequestId'] end |