Show / Hide Table of Contents

Class GroupHandlePendencyParam

Inheritance
System.Object
ExtraData
GroupHandlePendencyParam
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 GroupHandlePendencyParam : ExtraData

Fields

group_handle_pendency_param_handle_msg

Declaration
public string group_handle_pendency_param_handle_msg
Field Value
Type Description
System.String

只写(选填), 同意或拒绝信息,默认为空字符串

group_handle_pendency_param_is_accept

Declaration
public bool? group_handle_pendency_param_is_accept
Field Value
Type Description
System.Nullable<System.Boolean>

只写(选填), true表示接受,false表示拒绝。默认为false

group_handle_pendency_param_pendency

Declaration
public GroupPendency group_handle_pendency_param_pendency
Field Value
Type Description
GroupPendency

只写(必填), 未决信息详情

In This Article
Back to top Generated by DocFX