class EmailFile
{
string DirectDownloadUrl { get; set; }
string DownloadUrl { get; set; }
string FileName { get; set; }
string ViewUrl { get; set; }
}
|
名称 |
类型 |
描述 |
默认值 |
选项 |
|
DirectDownloadUrl |
string |
URL to directly download the file |
||
|
DownloadUrl |
string |
URL to download the file |
||
|
FileName |
string |
Name of the file |
||
|
ViewUrl |
string |
URL to view the file |