Show / Hide Table of Contents

Class GroupSearchParam

Inheritance
System.Object
ExtraData
GroupSearchParam
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: com.tencent.imsdk.unity.types
Assembly: cs.temp.dll.dll
Syntax
public class GroupSearchParam : ExtraData

Fields

group_search_params_field_list

Declaration
public List<TIMGroupSearchFieldKey> group_search_params_field_list
Field Value
Type Description
System.Collections.Generic.List<TIMGroupSearchFieldKey>

搜索域列表表

group_search_params_keyword_list

Declaration
public List<string> group_search_params_keyword_list
Field Value
Type Description
System.Collections.Generic.List<System.String>

搜索关键字列表,最多支持5个

In This Article
Back to top Generated by DocFX