Class Notification
Represents a notification.
Namespace: Unity.DigitalTwins.Live.Sdk.Models
Assembly: solution.dll
Syntax
[Serializable]
public class Notification
Fields
Devices
The list of devices associated with the notification.
Declaration
public IEnumerable<Device> Devices
Field Value
| Type | Description |
|---|---|
| IEnumerable<Device> |
Id
The ID of the notification.
Declaration
public string Id
Field Value
| Type | Description |
|---|---|
| String |
Message
The message of the notification.
Declaration
public string Message
Field Value
| Type | Description |
|---|---|
| String |
Severity
The severity of the notification.
Declaration
public string Severity
Field Value
| Type | Description |
|---|---|
| String |
Timestamp
The time stamp attached to the notification.
Declaration
public DateTimeOffset Timestamp
Field Value
| Type | Description |
|---|---|
| DateTimeOffset |
Title
The title of the notification.
Declaration
public string Title
Field Value
| Type | Description |
|---|---|
| String |