-
-
Notifications
You must be signed in to change notification settings - Fork 9
mattermostmodels FileResponse
BigMakCode edited this page Aug 5, 2024
·
1 revision
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph Mattermost.Models
Mattermost.Models.FileResponse[[FileResponse]]
end
| Type | Name | Methods |
|---|---|---|
IEnumerable<FileDetails> |
Files |
get, set |
public FileResponse()public IEnumerable<FileDetails> Files { get; set; }Generated with ModularDoc