Class: TencentCloud::Gse::V20191112::GetUploadCredentialsResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Gse::V20191112::GetUploadCredentialsResponse
- Defined in:
- lib/v20191112/models.rb
Overview
GetUploadCredentials返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(bucketauth = nil, bucketname = nil, assetregion = nil, requestid = nil) ⇒ GetUploadCredentialsResponse
constructor
A new instance of GetUploadCredentialsResponse.
Constructor Details
#initialize(bucketauth = nil, bucketname = nil, assetregion = nil, requestid = nil) ⇒ GetUploadCredentialsResponse
Returns a new instance of GetUploadCredentialsResponse.
3801 3802 3803 3804 3805 3806 |
# File 'lib/v20191112/models.rb', line 3801 def initialize(bucketauth=nil, bucketname=nil, assetregion=nil, requestid=nil) @BucketAuth = bucketauth @BucketName = bucketname @AssetRegion = assetregion @RequestId = requestid end |
Instance Attribute Details
#AssetRegion ⇒ Object
3799 3800 3801 |
# File 'lib/v20191112/models.rb', line 3799 def AssetRegion @AssetRegion end |
#BucketAuth ⇒ Object
3799 3800 3801 |
# File 'lib/v20191112/models.rb', line 3799 def BucketAuth @BucketAuth end |
#BucketName ⇒ Object
3799 3800 3801 |
# File 'lib/v20191112/models.rb', line 3799 def BucketName @BucketName end |
#RequestId ⇒ Object
3799 3800 3801 |
# File 'lib/v20191112/models.rb', line 3799 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
3808 3809 3810 3811 3812 3813 |
# File 'lib/v20191112/models.rb', line 3808 def deserialize(params) @BucketAuth = params['BucketAuth'] @BucketName = params['BucketName'] @AssetRegion = params['AssetRegion'] @RequestId = params['RequestId'] end |