Class: TencentCloud::Apcas::V20201127::QueryGeneralStatRequest

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

Overview

QueryGeneralStat请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(type = nil) ⇒ QueryGeneralStatRequest

Returns a new instance of QueryGeneralStatRequest.



460
461
462
# File 'lib/v20201127/models.rb', line 460

def initialize(type=nil)
  @Type = type
end

Instance Attribute Details

#TypeObject

Parameters:

  • Type:

    请求类型:1,人群特征洞察统计 2购车意向预测统计



458
459
460
# File 'lib/v20201127/models.rb', line 458

def Type
  @Type
end

Instance Method Details

#deserialize(params) ⇒ Object



464
465
466
# File 'lib/v20201127/models.rb', line 464

def deserialize(params)
  @Type = params['Type']
end