Class: TencentCloud::Rce::V20201103::InputCryptoManageMarketingRisk

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

Overview

全栈式风控引擎入参

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(isauthorized = nil, cryptotype = nil, cryptocontent = nil) ⇒ InputCryptoManageMarketingRisk



512
513
514
515
516
# File 'lib/v20201103/models.rb', line 512

def initialize(isauthorized=nil, cryptotype=nil, cryptocontent=nil)
  @IsAuthorized = isauthorized
  @CryptoType = cryptotype
  @CryptoContent = cryptocontent
end

Instance Attribute Details

#CryptoContentObject



510
511
512
# File 'lib/v20201103/models.rb', line 510

def CryptoContent
  @CryptoContent
end

#CryptoTypeObject



510
511
512
# File 'lib/v20201103/models.rb', line 510

def CryptoType
  @CryptoType
end

#IsAuthorizedObject



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