Skip navigation links
com.tencentcloudapi.teo.v20220901.models

Class QueryCondition

Returns:
Operator 查询条件操作符,操作类型有:
  • equals: 等于;
  • notEquals: 不等于;
  • include: 包含;
  • notInclude: 不包含;
  • startWith: 开始的值是value;
  • notStartWith: 不以value的值开始;
  • endWith: 结尾是value值;
  • notEndWith: 不以value的值结尾。
  • Parameters:
    Operator - 查询条件操作符,操作类型有:
  • equals: 等于;
  • notEquals: 不等于;
  • include: 包含;
  • notInclude: 不包含;
  • startWith: 开始的值是value;
  • notStartWith: 不以value的值开始;
  • endWith: 结尾是value值;
  • notEndWith: 不以value的值结尾。
  • Skip navigation links

    Copyright © 2023. All rights reserved.