Class: TencentCloud::Cwp::V20180228::AssetUserKeyInfo

Inherits:
TencentCloud::Common::AbstractModel
  • Object
show all
Defined in:
lib/v20180228/models.rb

Overview

资产管理账号key详情

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#CommentObject

Parameters:

  • Value:

    公钥值

  • Comment:

    公钥备注

  • EncryptType:

    加密方式



2164
2165
2166
# File 'lib/v20180228/models.rb', line 2164

def Comment
  @Comment
end

#EncryptTypeObject

Parameters:

  • Value:

    公钥值

  • Comment:

    公钥备注

  • EncryptType:

    加密方式



2164
2165
2166
# File 'lib/v20180228/models.rb', line 2164

def EncryptType
  @EncryptType
end

#ValueObject

Parameters:

  • Value:

    公钥值

  • Comment:

    公钥备注

  • EncryptType:

    加密方式



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