Class: TencentCloud::Af::V20200226::FinanceAntiFraudCryptoFilter
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Af::V20200226::FinanceAntiFraudCryptoFilter
- Defined in:
- lib/v20200226/models.rb
Overview
借贷反欺诈密文业务入参
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(cryptotype = nil, cryptocontent = nil) ⇒ FinanceAntiFraudCryptoFilter
constructor
A new instance of FinanceAntiFraudCryptoFilter.
Constructor Details
#initialize(cryptotype = nil, cryptocontent = nil) ⇒ FinanceAntiFraudCryptoFilter
Returns a new instance of FinanceAntiFraudCryptoFilter.
347 348 349 350 |
# File 'lib/v20200226/models.rb', line 347 def initialize(cryptotype=nil, cryptocontent=nil) @CryptoType = cryptotype @CryptoContent = cryptocontent end |
Instance Attribute Details
#CryptoContent ⇒ Object
345 346 347 |
# File 'lib/v20200226/models.rb', line 345 def CryptoContent @CryptoContent end |
#CryptoType ⇒ Object
345 346 347 |
# File 'lib/v20200226/models.rb', line 345 def CryptoType @CryptoType end |
Instance Method Details
#deserialize(params) ⇒ Object
352 353 354 355 |
# File 'lib/v20200226/models.rb', line 352 def deserialize(params) @CryptoType = params['CryptoType'] @CryptoContent = params['CryptoContent'] end |