Class NotificationContent<TPrimitiveContent>
Inheritance
object
NotificationContent<TPrimitiveContent>
Namespace: Aetheros.Schema.OneM2M
Assembly: Aetheros.Schema.OneM2M.dll
Syntax
public class NotificationContent<TPrimitiveContent> where TPrimitiveContent : PrimitiveContent
Type Parameters
Name | Description |
---|---|
TPrimitiveContent |
Properties
| Edit this page View SourceNotification
Declaration
[JsonProperty("m2m:sgn")]
[Required]
public Notification<TPrimitiveContent> Notification { get; set; }
Property Value
Type | Description |
---|---|
Notification<TPrimitiveContent> |