Class: TencentCloud::Ciam::V20220331::QueryUserFilter

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

Overview

查询用户信息条件

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(propertykey = nil, propertyvalue = nil, logic = nil, operatelogic = nil) ⇒ QueryUserFilter

Returns a new instance of QueryUserFilter.



1483
1484
1485
1486
1487
1488
# File 'lib/v20220331/models.rb', line 1483

def initialize(propertykey=nil, propertyvalue=nil, logic=nil, operatelogic=nil)
  @PropertyKey = propertykey
  @PropertyValue = propertyvalue
  @Logic = logic
  @OperateLogic = operatelogic
end

Instance Attribute Details

#LogicObject

Parameters:

  • PropertyKey:

    属性key

  • PropertyValue:

    属性value

  • Logic:

    逻辑值,等于true,不等于false

  • OperateLogic:

    操作逻辑符(支持> < = >= <= != between)



1481
1482
1483
# File 'lib/v20220331/models.rb', line 1481

def Logic
  @Logic
end

#OperateLogicObject

Parameters:

  • PropertyKey:

    属性key

  • PropertyValue:

    属性value

  • Logic:

    逻辑值,等于true,不等于false

  • OperateLogic:

    操作逻辑符(支持> < = >= <= != between)



1481
1482
1483
# File 'lib/v20220331/models.rb', line 1481

def OperateLogic
  @OperateLogic
end

#PropertyKeyObject

Parameters:

  • PropertyKey:

    属性key

  • PropertyValue:

    属性value

  • Logic:

    逻辑值,等于true,不等于false

  • OperateLogic:

    操作逻辑符(支持> < = >= <= != between)



1481
1482
1483
# File 'lib/v20220331/models.rb', line 1481

def PropertyKey
  @PropertyKey
end

#PropertyValueObject

Parameters:

  • PropertyKey:

    属性key

  • PropertyValue:

    属性value

  • Logic:

    逻辑值,等于true,不等于false

  • OperateLogic:

    操作逻辑符(支持> < = >= <= != between)



1481
1482
1483
# File 'lib/v20220331/models.rb', line 1481

def PropertyValue
  @PropertyValue
end

Instance Method Details

#deserialize(params) ⇒ Object



1490
1491
1492
1493
1494
1495
# File 'lib/v20220331/models.rb', line 1490

def deserialize(params)
  @PropertyKey = params['PropertyKey']
  @PropertyValue = params['PropertyValue']
  @Logic = params['Logic']
  @OperateLogic = params['OperateLogic']
end