Show / Hide Table of Contents

Class ReponseInfo

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

Fields

response_internal_operation

Declaration
public string response_internal_operation
Field Value
Type Description
System.String

response_set_env_res

Declaration
public bool response_set_env_res
Field Value
Type Description
System.Boolean

response_sso_data_res

Declaration
public SSODataRes response_sso_data_res
Field Value
Type Description
SSODataRes

response_tinyid_userid_res

Declaration
public List<UserInfo> response_tinyid_userid_res
Field Value
Type Description
System.Collections.Generic.List<UserInfo>

response_userid_tinyid_res

Declaration
public List<UserInfo> response_userid_tinyid_res
Field Value
Type Description
System.Collections.Generic.List<UserInfo>
In This Article
Back to top Generated by DocFX