-
-
Notifications
You must be signed in to change notification settings - Fork 9
mattermostmodelsrequestswebsocket ActionRequest
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.Requests.Websocket
Mattermost.Models.Requests.Websocket.ActionRequest[[ActionRequest]]
end
| Type | Name | Methods |
|---|---|---|
string |
Action |
get, set |
object |
Data |
get, set |
int |
Seq |
get, set |
public ActionRequest()public int Seq { get; set; }public string Action { get; set; }public object Data { get; set; }Generated with ModularDoc