Class: TencentCloud::Af::V20200226::AntiFraudCryptoFilter
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Af::V20200226::AntiFraudCryptoFilter
- Defined in:
- lib/v20200226/models.rb
Overview
AntiFraudCryptoFilter – 业务入参
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(cryptotype = nil, cryptocontent = nil) ⇒ AntiFraudCryptoFilter
constructor
A new instance of AntiFraudCryptoFilter.
Constructor Details
#initialize(cryptotype = nil, cryptocontent = nil) ⇒ AntiFraudCryptoFilter
Returns a new instance of AntiFraudCryptoFilter.
29 30 31 32 |
# File 'lib/v20200226/models.rb', line 29 def initialize(cryptotype=nil, cryptocontent=nil) @CryptoType = cryptotype @CryptoContent = cryptocontent end |
Instance Attribute Details
#CryptoContent ⇒ Object
27 28 29 |
# File 'lib/v20200226/models.rb', line 27 def CryptoContent @CryptoContent end |
#CryptoType ⇒ Object
27 28 29 |
# File 'lib/v20200226/models.rb', line 27 def CryptoType @CryptoType end |
Instance Method Details
#deserialize(params) ⇒ Object
34 35 36 37 |
# File 'lib/v20200226/models.rb', line 34 def deserialize(params) @CryptoType = params['CryptoType'] @CryptoContent = params['CryptoContent'] end |