- 命名空间: Limyee.Extensibility.Api.Entities.Version1
- 程序集: Limyee.Api.dll
定义
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 |