Class: TencentCloud::Sqlserver::V20180328::DescribeUploadIncrementalInfoResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Sqlserver::V20180328::DescribeUploadIncrementalInfoResponse
- Extended by:
- Gem::Deprecate
- Defined in:
- lib/v20180328/models.rb
Overview
DescribeUploadIncrementalInfo返回参数结构体
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) ⇒ DescribeUploadIncrementalInfoResponse
constructor
A new instance of DescribeUploadIncrementalInfoResponse.
Constructor Details
#initialize(bucketname = nil, region = nil, path = nil, tmpsecretid = nil, tmpsecretkey = nil, xcossecuritytoken = nil, starttime = nil, expiredtime = nil, cossecuritytoken = nil, requestid = nil) ⇒ DescribeUploadIncrementalInfoResponse
Returns a new instance of DescribeUploadIncrementalInfoResponse.
7125 7126 7127 7128 7129 7130 7131 7132 7133 7134 7135 7136 |
# File 'lib/v20180328/models.rb', line 7125 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
7120 7121 7122 |
# File 'lib/v20180328/models.rb', line 7120 def BucketName @BucketName end |
#CosSecurityToken ⇒ Object
7120 7121 7122 |
# File 'lib/v20180328/models.rb', line 7120 def CosSecurityToken @CosSecurityToken end |
#ExpiredTime ⇒ Object
7120 7121 7122 |
# File 'lib/v20180328/models.rb', line 7120 def ExpiredTime @ExpiredTime end |
#Path ⇒ Object
7120 7121 7122 |
# File 'lib/v20180328/models.rb', line 7120 def Path @Path end |
#Region ⇒ Object
7120 7121 7122 |
# File 'lib/v20180328/models.rb', line 7120 def Region @Region end |
#RequestId ⇒ Object
7120 7121 7122 |
# File 'lib/v20180328/models.rb', line 7120 def RequestId @RequestId end |
#StartTime ⇒ Object
7120 7121 7122 |
# File 'lib/v20180328/models.rb', line 7120 def StartTime @StartTime end |
#TmpSecretId ⇒ Object
7120 7121 7122 |
# File 'lib/v20180328/models.rb', line 7120 def TmpSecretId @TmpSecretId end |
#TmpSecretKey ⇒ Object
7120 7121 7122 |
# File 'lib/v20180328/models.rb', line 7120 def TmpSecretKey @TmpSecretKey end |
#XCosSecurityToken ⇒ Object
7120 7121 7122 |
# File 'lib/v20180328/models.rb', line 7120 def XCosSecurityToken @XCosSecurityToken end |
Instance Method Details
#deserialize(params) ⇒ Object
7138 7139 7140 7141 7142 7143 7144 7145 7146 7147 7148 7149 |
# File 'lib/v20180328/models.rb', line 7138 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 |