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