Class: TencentCloud::Cwp::V20180228::AssetUserKeyInfo
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::AssetUserKeyInfo
- Defined in:
- lib/v20180228/models.rb
Overview
资产管理账号key详情
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(value = nil, comment = nil, encrypttype = nil) ⇒ AssetUserKeyInfo
constructor
A new instance of AssetUserKeyInfo.
Constructor Details
#initialize(value = nil, comment = nil, encrypttype = nil) ⇒ AssetUserKeyInfo
Returns a new instance of AssetUserKeyInfo.
2166 2167 2168 2169 2170 |
# File 'lib/v20180228/models.rb', line 2166 def initialize(value=nil, comment=nil, encrypttype=nil) @Value = value @Comment = comment @EncryptType = encrypttype end |
Instance Attribute Details
#Comment ⇒ Object
2164 2165 2166 |
# File 'lib/v20180228/models.rb', line 2164 def Comment @Comment end |
#EncryptType ⇒ Object
2164 2165 2166 |
# File 'lib/v20180228/models.rb', line 2164 def EncryptType @EncryptType end |
#Value ⇒ Object
2164 2165 2166 |
# File 'lib/v20180228/models.rb', line 2164 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
2172 2173 2174 2175 2176 |
# File 'lib/v20180228/models.rb', line 2172 def deserialize(params) @Value = params['Value'] @Comment = params['Comment'] @EncryptType = params['EncryptType'] end |