MessageClientInfo

MessageClientInfo
MessageClientInfo

Information about message client.

JSON Example
{
    "client_type": "EDGE",
    "id": "EDGE-665b09dd-92cc-4da5-8521-1c9a4361493b",
    "marked_for_delete": true
}
string
client_type
Optional

The message client type, which should be a member of MessageClientType.

  • EDGE: EDGE Gateway user.
  • CSMS: CSMS user.
Possible values are : EDGE, CSMS,
string
id
Optional

Unique ID representing the message client.

boolean
marked_for_delete
Optional

Indicates whether the message client is triggered for deletion.