Class: TencentCloud::Rce::V20201103::InputCryptoManageMarketingRisk
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Rce::V20201103::InputCryptoManageMarketingRisk
- Defined in:
- lib/v20201103/models.rb
Overview
全栈式风控引擎入参
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(isauthorized = nil, cryptotype = nil, cryptocontent = nil) ⇒ InputCryptoManageMarketingRisk
constructor
A new instance of InputCryptoManageMarketingRisk.
Constructor Details
#initialize(isauthorized = nil, cryptotype = nil, cryptocontent = nil) ⇒ InputCryptoManageMarketingRisk
512 513 514 515 516 |
# File 'lib/v20201103/models.rb', line 512 def initialize(=nil, cryptotype=nil, cryptocontent=nil) @IsAuthorized = @CryptoType = cryptotype @CryptoContent = cryptocontent end |
Instance Attribute Details
#CryptoContent ⇒ Object
510 511 512 |
# File 'lib/v20201103/models.rb', line 510 def CryptoContent @CryptoContent end |
#CryptoType ⇒ Object
510 511 512 |
# File 'lib/v20201103/models.rb', line 510 def CryptoType @CryptoType end |
#IsAuthorized ⇒ Object
510 511 512 |
# File 'lib/v20201103/models.rb', line 510 def IsAuthorized @IsAuthorized end |
Instance Method Details
#deserialize(params) ⇒ Object
518 519 520 521 522 |
# File 'lib/v20201103/models.rb', line 518 def deserialize(params) @IsAuthorized = params['IsAuthorized'] @CryptoType = params['CryptoType'] @CryptoContent = params['CryptoContent'] end |