Class: TencentCloud::Gse::V20191112::AssetCredentials
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Gse::V20191112::AssetCredentials
- Defined in:
- lib/v20191112/models.rb
Overview
上传Asset的临时证书
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(tmpsecretid = nil, tmpsecretkey = nil, token = nil) ⇒ AssetCredentials
constructor
A new instance of AssetCredentials.
Constructor Details
#initialize(tmpsecretid = nil, tmpsecretkey = nil, token = nil) ⇒ AssetCredentials
Returns a new instance of AssetCredentials.
163 164 165 166 167 |
# File 'lib/v20191112/models.rb', line 163 def initialize(tmpsecretid=nil, tmpsecretkey=nil, token=nil) @TmpSecretId = tmpsecretid @TmpSecretKey = tmpsecretkey @Token = token end |
Instance Attribute Details
#TmpSecretId ⇒ Object
161 162 163 |
# File 'lib/v20191112/models.rb', line 161 def TmpSecretId @TmpSecretId end |
#TmpSecretKey ⇒ Object
161 162 163 |
# File 'lib/v20191112/models.rb', line 161 def TmpSecretKey @TmpSecretKey end |
#Token ⇒ Object
161 162 163 |
# File 'lib/v20191112/models.rb', line 161 def Token @Token end |
Instance Method Details
#deserialize(params) ⇒ Object
169 170 171 172 173 |
# File 'lib/v20191112/models.rb', line 169 def deserialize(params) @TmpSecretId = params['TmpSecretId'] @TmpSecretKey = params['TmpSecretKey'] @Token = params['Token'] end |