Class: TencentCloud::Ivld::V20210903::CustomPersonFilter

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

Overview

自定义人物批量查询过滤条件

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(name = nil, categoryidset = nil, personidset = nil, l1categoryset = nil) ⇒ CustomPersonFilter

Returns a new instance of CustomPersonFilter.



675
676
677
678
679
680
# File 'lib/v20210903/models.rb', line 675

def initialize(name=nil, categoryidset=nil, personidset=nil, l1categoryset=nil)
  @Name = name
  @CategoryIdSet = categoryidset
  @PersonIdSet = personidset
  @L1CategorySet = l1categoryset
end

Instance Attribute Details

#CategoryIdSetObject

Parameters:

  • Name:

    待查询的人物姓名

  • CategoryIdSet:

    待过滤的自定义类型Id数组

  • PersonIdSet:

    待过滤的自定义人物Id数组

  • L1CategorySet:

    一级自定义人物类型数组



673
674
675
# File 'lib/v20210903/models.rb', line 673

def CategoryIdSet
  @CategoryIdSet
end

#L1CategorySetObject

Parameters:

  • Name:

    待查询的人物姓名

  • CategoryIdSet:

    待过滤的自定义类型Id数组

  • PersonIdSet:

    待过滤的自定义人物Id数组

  • L1CategorySet:

    一级自定义人物类型数组



673
674
675
# File 'lib/v20210903/models.rb', line 673

def L1CategorySet
  @L1CategorySet
end

#NameObject

Parameters:

  • Name:

    待查询的人物姓名

  • CategoryIdSet:

    待过滤的自定义类型Id数组

  • PersonIdSet:

    待过滤的自定义人物Id数组

  • L1CategorySet:

    一级自定义人物类型数组



673
674
675
# File 'lib/v20210903/models.rb', line 673

def Name
  @Name
end

#PersonIdSetObject

Parameters:

  • Name:

    待查询的人物姓名

  • CategoryIdSet:

    待过滤的自定义类型Id数组

  • PersonIdSet:

    待过滤的自定义人物Id数组

  • L1CategorySet:

    一级自定义人物类型数组



673
674
675
# File 'lib/v20210903/models.rb', line 673

def PersonIdSet
  @PersonIdSet
end

Instance Method Details

#deserialize(params) ⇒ Object



682
683
684
685
686
687
# File 'lib/v20210903/models.rb', line 682

def deserialize(params)
  @Name = params['Name']
  @CategoryIdSet = params['CategoryIdSet']
  @PersonIdSet = params['PersonIdSet']
  @L1CategorySet = params['L1CategorySet']
end