class TencentCloud::Cwp::V20180228::AssetUserKeyInfo

资产管理账号key详情

def deserialize(params)

def deserialize(params)
  @Value = params['Value']
  @Comment = params['Comment']
  @EncryptType = params['EncryptType']
end

def initialize(value=nil, comment=nil, encrypttype=nil)

def initialize(value=nil, comment=nil, encrypttype=nil)
  @Value = value
  @Comment = comment
  @EncryptType = encrypttype
end