Skip to content

mattermostmodelsrequestswebsocket ActionRequest

BigMakCode edited this page Aug 5, 2024 · 1 revision

ActionRequest Internal class

Diagram

  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
Loading

Members

Properties

Public properties

Type Name Methods
string Action get, set
object Data get, set
int Seq get, set

Details

Constructors

ActionRequest

public ActionRequest()

Properties

Seq

public int Seq { get; set; }

Action

public string Action { get; set; }

Data

public object Data { get; set; }

Generated with ModularDoc

Clone this wiki locally