Class DownloadElemParam
Inheritance
System.Object
DownloadElemParam
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 DownloadElemParam
Fields
msg_download_elem_param_business_id
Declaration
public uint msg_download_elem_param_business_id
Field Value
Type | Description |
---|---|
System.UInt32 | Write-only; the element `BusinessID`, obtained from the message element |
msg_download_elem_param_flag
Declaration
public uint msg_download_elem_param_flag
Field Value
Type | Description |
---|---|
System.UInt32 | Write-only; the element download type, obtained from the message element |
msg_download_elem_param_id
Declaration
public string msg_download_elem_param_id
Field Value
Type | Description |
---|---|
System.String | Write-only; the element ID, obtained from the message element |
msg_download_elem_param_type
Declaration
public TIMDownloadType msg_download_elem_param_type
Field Value
Type | Description |
---|---|
TIMDownloadType | Write-only; the element type, obtained from the message element |
msg_download_elem_param_url
Declaration
public string msg_download_elem_param_url
Field Value
Type | Description |
---|---|
System.String | Write-only; the element URL, obtained from the message element |