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

Returns a new instance of 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

Parameters:

  • IsAuthorized:

    是否授权:1已授权,否则未授权。 调用全栈式风控引擎接口服务时,客户需先明确授权。

  • CryptoType:

    加密类型:1AES加密

  • CryptoContent:

    加密内容,非空时接口采用加密模式。



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

def CryptoContent
  @CryptoContent
end

#CryptoTypeObject

Parameters:

  • IsAuthorized:

    是否授权:1已授权,否则未授权。 调用全栈式风控引擎接口服务时,客户需先明确授权。

  • CryptoType:

    加密类型:1AES加密

  • CryptoContent:

    加密内容,非空时接口采用加密模式。



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

def CryptoType
  @CryptoType
end

#IsAuthorizedObject

Parameters:

  • IsAuthorized:

    是否授权:1已授权,否则未授权。 调用全栈式风控引擎接口服务时,客户需先明确授权。

  • CryptoType:

    加密类型:1AES加密

  • CryptoContent:

    加密内容,非空时接口采用加密模式。



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